FHIR IG analytics| Package | fhir.giis |
| Resource Type | Patient |
| Id | Patient-ExampleGiispatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExampleGiispatient
Profile: GIISPatient
George Dylan Denver Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)
| Contact Detail |
| ||
| Next-of-Kin: |
| ||
| Links: |
| ||
| Community | Dalton E Tucker | ||
| Village | Location Saint's George | ||
| Patient record creator | Practitioner Dylan Carpenter | ||
| Birthplace | Hospital | ||
| Patient notes | Patient has allergy to ibuprofen | ||
{
"resourceType": "Patient",
"id": "ExampleGiispatient",
"meta": {
"profile": [
"https://paho.org/fhir/giis/StructureDefinition/GIISPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://paho.org/fhir/giis/StructureDefinition/giis-village",
"valueReference": {
"reference": "Location/ExampleVillage"
}
},
{
"url": "https://paho.org/fhir/giis/StructureDefinition/giis-birthplace",
"valueCodeableConcept": {
"coding": [
{
"system": "https://paho.org/fhir/giis/CodeSystem/BirthplaceCS",
"code": "2",
"display": "Hospital"
}
]
}
},
{
"url": "https://paho.org/fhir/giis/StructureDefinition/giis-community",
"valueCodeableConcept": {
"coding": [
{
"system": "https://paho.org/fhir/giis/CodeSystem/CommunityCS",
"code": "3"
}
]
}
},
{
"url": "https://paho.org/fhir/giis/StructureDefinition/giis-patnotes",
"valueString": "Patient has allergy to ibuprofen"
},
{
"url": "https://paho.org/fhir/giis/StructureDefinition/giis-recordcreator",
"valueReference": {
"reference": "Practitioner/ExamplePractitioner"
}
}
],
"identifier": [
{
"system": "http://www.giisidentifier.org/ID/SystemID",
"value": "16399288"
}
],
"name": [
{
"family": "Denver",
"given": [
"George",
"Dylan"
]
}
],
"telecom": [
{
"system": "phone",
"value": "1235413",
"use": "home"
},
{
"system": "phone",
"value": "2341234",
"use": "mobile"
},
{
"system": "email",
"value": "example@email.com",
"use": "home"
}
],
"gender": "male",
"birthDate": "1996-12-13",
"address": [
{
"line": [
"25405 Gibson Lakes"
]
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
}
]
}
],
"name": {
"text": "Miranda Denver"
},
"telecom": [
{
"system": "email",
"value": "mirdenver@email.com"
}
]
}
],
"managingOrganization": {
"reference": "Organization/ExampleHealthfacility"
}
}