GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: Example GIIS 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:id [ fhir:v "ExampleGiispatient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://paho.org/fhir/giis/StructureDefinition/GIISPatient"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/giis/StructureDefinition/GIISPatient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExampleGiispatient</b></p><a name=\"ExampleGiispatient\"> </a><a name=\"hcExampleGiispatient\"> </a><a name=\"ExampleGiispatient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">George Dylan Denver  Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1235413(Home)</li><li>ph: 2341234(Mobile)</li><li><a href=\"mailto:example@email.com\">example@email.com</a></li><li>25405 Gibson Lakes </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>Miranda Denver</li><li><a href=\"mailto:mirdenver@email.com\">mirdenver@email.com</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-ExampleHealthfacility.html\">Organization Saint's George Hospital</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension used to handle the community of a patient\"><a href=\"StructureDefinition-giis-community.html\">Community</a></td><td colspan=\"3\"><span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/CommunityCS 3}\">Dalton E Tucker</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension used to handle village related to a patient, mainly used for searching purposes.\"><a href=\"StructureDefinition-giis-village.html\">Village</a></td><td colspan=\"3\"><a href=\"Location-ExampleVillage.html\">Location Saint's George</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension used to handle the birthplace of a patient, mainly used for searching purposes.\"><a href=\"StructureDefinition-giis-birthplace.html\">Birthplace</a></td><td colspan=\"3\"><span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/BirthplaceCS 2}\">Hospital</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension made for being able to add notes to a GIIS patient\"><a href=\"StructureDefinition-giis-patnotes.html\">Patient notes</a></td><td colspan=\"3\">Patient has allergy to ibuprofen</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://paho.org/fhir/giis/StructureDefinition/giis-village"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Location/ExampleVillage" ]     ]
  ] [
fhir:url [ fhir:v "https://paho.org/fhir/giis/StructureDefinition/giis-birthplace"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/giis/CodeSystem/BirthplaceCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Hospital" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://paho.org/fhir/giis/StructureDefinition/giis-community"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/giis/CodeSystem/CommunityCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://paho.org/fhir/giis/StructureDefinition/giis-patnotes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Patient has allergy to ibuprofen" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.giisidentifier.org/ID/SystemID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "16399288" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Denver" ] ;
    ( fhir:given [ fhir:v "George" ] [ fhir:v "Dylan" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1235413" ] ;
fhir:use [ fhir:v "home" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "2341234" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "example@email.com" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1996-12-13"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "25405 Gibson Lakes" ] )
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ]       ] )     ] ) ;
fhir:name [
fhir:text [ fhir:v "Miranda Denver" ]     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mirdenver@email.com" ]     ] )
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/ExampleHealthfacility" ]
  ] . #