@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CRPatientExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://mets.or.ug/StructureDefinition/CRPatient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

James Pond (Official) male, DoB: 1994-10-04 ( http://health.go.ug/cr/nationalid/CM345678941 (use: usual))


Active:trueDeceased:true
Marital Status:M
Other Ids:
  • http://clientregistry.org/openmrs/10EV14 (use: official)
  • http://health.go.ug/cr/artnumber/CM345678941 (use: usual)
  • http://health.go.ug/cr/hin/PT123451 (use: usual)
  • http://health.go.ug/cr/passport/PT12345123 (use: usual)
Contact Detail
Language:English (UK) (preferred)
Mother:
  • Sekindi Joseph (female)
  • Kyegegwa town council Uganda
  • ph: 0786123456(HOME)
Links:
CR Patient Address
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://mets.or.ug/StructureDefinition/cr-patient-address"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "a1bvHu4FRCq" ] ] ] ) ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "http://clientregistry.org/openmrs"^^xsd:anyURI ] ; fhir:value [ fhir:v "10EV14" ] ] [ fhir:use [ fhir:v "usual" ] ; fhir:system [ fhir:v "http://health.go.ug/cr/nationalid"^^xsd:anyURI ] ; fhir:value [ fhir:v "CM345678941" ] ] [ fhir:use [ fhir:v "usual" ] ; fhir:system [ fhir:v "http://health.go.ug/cr/artnumber"^^xsd:anyURI ] ; fhir:value [ fhir:v "CM345678941" ] ] [ fhir:use [ fhir:v "usual" ] ; fhir:system [ fhir:v "http://health.go.ug/cr/hin"^^xsd:anyURI ] ; fhir:value [ fhir:v "PT123451" ] ] [ fhir:use [ fhir:v "usual" ] ; fhir:system [ fhir:v "http://health.go.ug/cr/passport"^^xsd:anyURI ] ; fhir:value [ fhir:v "PT12345123" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Pond" ] ; fhir:given ( [ fhir:v "James" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "test@gmail.com" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0705612891" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1994-10-04"^^xsd:date] ; # fhir:deceased [ fhir:v "true"^^xsd:boolean] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:district [ fhir:v "Kampala" ] ; fhir:country [ fhir:v "Uganda" ] ] ) ; # fhir:maritalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/ValueSet/v3-MaritalStatus"^^xsd:anyURI ] ; fhir:display [ fhir:v "Marital Status" ] ] ) ; fhir:text [ fhir:v "M" ] ] ; # fhir:contact ( [ fhir:relationship ( [ fhir:text [ fhir:v "Mother" ] ] ) ; fhir:name [ fhir:family [ fhir:v "Sekindi Joseph" ] ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0786123456" ] ; fhir:use [ fhir:v "home" ] ] ) ; fhir:address [ fhir:line ( [ fhir:v "Kyegegwa town council" ] ) ; fhir:country [ fhir:v "Uganda" ] ] ; fhir:gender [ fhir:v "female" ] ] ) ; # fhir:communication ( [ fhir:language [ fhir:coding ( [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en-US" ] ; fhir:display [ fhir:v "English (UK)" ] ] ) ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/CROrganizationExample" ] ] . # # -------------------------------------------------------------------------------------