FHIR IG analytics| Package | hl7.fhir.us.safr |
| Resource Type | Patient |
| Id | Patient-ed-pat-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ed-pat-1
Profile: QICore Patientversion: null6.0.0)
Ed Patient1(official) Female, DoB: 1965-12-22 ( MRN: 1601191902010308 (use: usual, ))
| Active: | true | ||
{
"resourceType": "Patient",
"id": "ed-pat-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient|6.0.0"
]
},
"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": "MRN"
},
"system": "http://example.org/identifiers/",
"value": "1601191902010308"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Ed Patient1",
"family": "Patient1",
"given": [
"Ed"
]
}
],
"gender": "female",
"birthDate": "1965-12-22"
}