GIIS Implementation Guide
0.1.8 - ci-build
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
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleBundlePatient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://paho.org/fhir/giis/StructureDefinition/BundlePatient"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/giis/StructureDefinition/BundlePatient> ] )
] ; #
fhir:type [ fhir:v "transaction"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/Patient/ExampleGiispatient"^^xsd:anyURI ] ;
( fhir:resource <http://acme.com/ehr/fhir/Patient/ExampleGiispatient> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Patient"^^xsd:anyURI ] ]
] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/RelatedPerson/ExampleCaretaker"^^xsd:anyURI ] ;
( fhir:resource <http://acme.com/ehr/fhir/RelatedPerson/ExampleCaretaker> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "RelatedPerson"^^xsd:anyURI ] ]
] ) . #
<http://acme.com/ehr/fhir/Patient/ExampleGiispatient> a fhir:Patient ;
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\"><a name=\"Patient_ExampleGiispatient\"> </a><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 made for handling the creator of a patient's record\"><a href=\"StructureDefinition-giis-recordcreator.html\">Patient record creator</a></td><td colspan=\"3\"><a href=\"Practitioner-ExamplePractitioner.html\">Practitioner Dylan Carpenter</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:url [ fhir:v "https://paho.org/fhir/giis/StructureDefinition/giis-recordcreator"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Practitioner/ExamplePractitioner" ] ]
] ) ; #
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" ]
] . #
<http://acme.com/ehr/fhir/RelatedPerson/ExampleCaretaker> a fhir:RelatedPerson ;
fhir:id [ fhir:v "ExampleCaretaker"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://paho.org/fhir/giis/StructureDefinition/ChildCaretaker"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/giis/StructureDefinition/ChildCaretaker> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_ExampleCaretaker\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson ExampleCaretaker</b></p><a name=\"ExampleCaretaker\"> </a><a name=\"hcExampleCaretaker\"> </a><a name=\"ExampleCaretaker-en-US\"> </a><p><b>identifier</b>: 14322511</p><p><b>patient</b>: <a href=\"Patient-ExampleGiispatient.html\">George Dylan Denver Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><p><b>name</b>: Michael Denver </p></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "14322511" ]
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/ExampleGiispatient" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTH" ] ] )
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Denver" ] ;
( fhir:given [ fhir:v "Michael" ] )
] ) . #
IG © 2023+ CENS. Package fhir.giis#0.1.8 based on FHIR 4.0.1. Generated 2024-11-05
Links: Table of Contents |
QA Report