HIV Case-reporting for Vietnam - candidate draft
0.1.0-test - CI Build

HIV Case-reporting for Vietnam - candidate draft - Local Development build (v0.1.0-test). See the Directory of published versions

: Example Patient - test-hiv-patient - TTL Representation

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 -------------------------------------------------------------------

 a fhir:Patient;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "test-hiv-patient"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://openhie.org/fhir/openhie.vn.case-reporting.hiv/StructureDefinition/hiv-patient";
       fhir:index 0;
       fhir:link <http://openhie.org/fhir/openhie.vn.case-reporting.hiv/StructureDefinition/hiv-patient>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Nguyan Van A</b> (no stated gender), DoB: 1970-01-01 ( id: ARV001)</p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://openhie.org/fhir/openhie.vn.case-reporting.hiv/StructureDefinition/ext-vn-ethnicity" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.code [ fhir:value "kinh" ]       ]     ]
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "https://basespecs.vn/NamingSystem/ARTIdentifiers" ];
     fhir:Identifier.value [ fhir:value "ARV001" ]
  ], [
     fhir:index 1;
     fhir:Identifier.system [ fhir:value "https://basespecs.vn/NamingSystem/PassportNumbers" ];
     fhir:Identifier.value [ fhir:value "P0000012311" ]
  ], [
     fhir:index 2;
     fhir:Identifier.system [ fhir:value "hhttps://basespecs.vn/NamingSystem/NationalID9" ];
     fhir:Identifier.value [ fhir:value "011100101" ]
  ], [
     fhir:index 3;
     fhir:Identifier.system [ fhir:value "https://basespecs.vn/NamingSystem/InsuranceNumbers" ];
     fhir:Identifier.value [ fhir:value "NN-1232717432" ]
  ], [
     fhir:index 4;
     fhir:Identifier.system [ fhir:value "https://basespecs.vn/NamingSystem/NationalID" ];
     fhir:Identifier.value [ fhir:value "01112303122" ]
  ];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.text [ fhir:value "Nguyan Van A" ]
  ];
  fhir:Patient.birthDate [ fhir:value "1970"^^xsd:gYear];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.line [
       fhir:value "31 Tôn Thất Thiệp, Bến Nghé, Quận 1, Thành phố Hồ Chí Minh 70000";
       fhir:index 0     ]
  ], [
     fhir:index 1;
     fhir:Address.line [
       fhir:value "3c Ly Thuong Kiet Street, Phu Thanh Block, Tan Phu Ward";
       fhir:index 0     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.