FHIR IG analytics| Package | hl7.eu.fhir.idea4rc |
| Resource Type | Patient |
| Id | Patient-patient-id-17.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-id-17
Profile: Patient: IDEA4RC
Anonymous Patient Male, DoB: 1968-01-01
| Contact Detail | North American country | ||
| Race Extension | Black or African American | ||
{
"resourceType": "Patient",
"id": "patient-id-17",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/patient-eu-i4rc"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Race-eu-i4rc",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.ohdsi.org/CodeSystem/concepts",
"code": "8516",
"display": "Black or African American"
}
]
}
}
],
"gender": "male",
"birthDate": "1968-01-01",
"address": [
{
"country": "North American country"
}
]
}