FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Patient |
| Id | Patient-us-core-patient-unknown-name.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient us-core-patient-unknown-name
Profile: Patient - Vital Records
UNK (official) Unknown, DoB Unknown ( Medical Record Number: MR303303305 (use: usual, ))
| Active: | true | ||
{
"resourceType": "Patient",
"id": "us-core-patient-unknown-name",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://example.org/fhir/hospital.smarthealthit.org",
"value": "MR303303305"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "UNK",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
}
],
"gender": "unknown"
}