FHIR IG analytics| Package | hl7.fhir.us.immds |
| Resource Type | Patient |
| Id | Patient-ImmDSPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ImmDSPatientExample
Language: en
Profile: ImmDS Patient
Gene Wellington Male, DoB: 2020-04-28 ( Medical record number)
{
"resourceType": "Patient",
"id": "ImmDSPatientExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/immds/StructureDefinition/immds-patient"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://www.acme.com/identifiers/patient",
"value": "1234"
}
],
"name": [
{
"family": "Wellington",
"given": [
"Gene"
]
}
],
"gender": "male",
"birthDate": "2020-04-28"
}