FHIR IG analytics| Package | ihe.qrph.bfdr |
| Resource Type | Patient |
| Id | Patient-patient-child-babyg-quinn.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-child-babyg-quinn
version: versionId: id (PrimitiveType/Patient.meta.versionId): element = id -> versionId=id[15]; Last updated: 2023-06-23 05:04:58+0000
Profile: Patient - Child - Vital Records
Baby G Quinn Female, DoB: 2019-02-12 ( Medical Record Number: 9932702 (use: usual, ))
| US Core Ethnicity Extension: |
| ||
| Patient Birth Place | Salt Lake City UT | ||
| US Core Birth Sex Extension | F | ||
| US Core Race Extension: |
| ||
{
"resourceType": "Patient",
"id": "patient-child-babyg-quinn",
"meta": {
"versionId": "15",
"lastUpdated": "2023-06-23T05:04:58.811Z",
"profile": [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2106-3",
"display": "White"
}
},
{
"url": "text",
"valueString": "White"
}
]
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2186-5",
"display": "Not Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Not Hispanic or Latino"
}
]
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "F"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"city": "Salt Lake City",
"district": "Salt Lake",
"state": "UT"
}
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://hospital.smarthealthit.org",
"value": "9932702"
}
],
"name": [
{
"family": "Quinn",
"given": [
"Baby",
"G"
]
}
],
"gender": "female",
"birthDate": "2019-02-12",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime": "2019-02-12T13:00:00-07:00"
}
]
}
}