Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AtriusIn RelatedPerson

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/RelatedPerson/atrius-in-relatedperson-example> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "atrius-in-relatedperson-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-relatedperson" ;
       fhir:index -1 ;
       fhir:link <https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-relatedperson>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson atrius-in-relatedperson-example</b></p><a name=\"atrius-in-relatedperson-example\"> </a><a name=\"hcatrius-in-relatedperson-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-atrius-in-relatedperson.html\">Atrius India Core RelatedPerson</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-atrius-in-esign-txn-ns.html\" title=\"Aadhaar eSign transaction reference on RelatedPerson.identifier (and Consent Provenance agents). Records the ESP transaction id / masked signer reference returned by the eSign ceremony — never the Aadhaar number, which UIDAI prohibits storing (roadmap D10d).\">AtriusInEsignTxn</a>/ESIGN-TXN-EXAMPLE-0001</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-atrius-in-patient-example.html\">Priya Sharma(official) Female, DoB: 1985-03-15 ( Ayushman Bharat Health Account (ABHA) ID: NDHMHealthId#ABHA-1234-5678-9012 (use: official, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}\">Next-of-Kin</span></p><p><b>name</b>: Rajesh Sharma</p><p><b>telecom</b>: <a href=\"tel:+91-98765-43211\">+91-98765-43211</a></p></div>"
  ] ;
  fhir:RelatedPerson.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "https://atrius.in/fhir/r4/identifier/esign-txn" ] ;
     fhir:Identifier.value [ fhir:value "ESIGN-TXN-EXAMPLE-0001" ]
  ] ;
  fhir:RelatedPerson.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:RelatedPerson.patient [
     fhir:link <http://hl7.org/fhir/Patient/atrius-in-patient-example> ;
     fhir:Reference.reference [ fhir:value "Patient/atrius-in-patient-example" ]
  ] ;
  fhir:RelatedPerson.relationship [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0131" ] ;
       fhir:Coding.code [ fhir:value "N" ] ;
       fhir:Coding.display [ fhir:value "Next-of-Kin" ]
     ]
  ] ;
  fhir:RelatedPerson.name [
     fhir:index -1 ;
     fhir:HumanName.text [ fhir:value "Rajesh Sharma" ] ;
     fhir:HumanName.family [ fhir:value "Sharma" ] ;
     fhir:HumanName.given [
       fhir:value "Rajesh" ;
       fhir:index -1
     ]
  ] ;
  fhir:RelatedPerson.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+91-98765-43211" ]
  ] .

<http://hl7.org/fhir/Patient/atrius-in-patient-example> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/RelatedPerson/atrius-in-relatedperson-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/RelatedPerson/atrius-in-relatedperson-example.ttl> .