FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Patient |
| Id | Patient-PatientNewbornExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientNewbornExample
Profile: Patient - Child Vital Records
Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)
| Deceased: | false | Multiple Birth: | 1 | ||
| Other Id: | Social Beneficiary Identifier/234567890 | ||||
| Contact Detail | 45 Clearview Ave Ann Arbor MI 48105 | ||||
| US Core Ethnicity Extension: |
| ||||
| US Core Birth Sex Extension | F | ||||
| US Core Race Extension: |
| ||||
{
"resourceType": "Patient",
"id": "PatientNewbornExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"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-race"
},
{
"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-ethnicity"
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "F"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://www.acme.com/identifiers/patient",
"value": "6789"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SB"
}
]
},
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "234567890"
}
],
"name": [
{
"use": "official",
"family": "Boucher",
"given": [
"Melanie",
"Aurora"
]
}
],
"gender": "female",
"birthDate": "2020-08-08",
"deceasedBoolean": false,
"address": [
{
"line": [
"45 Clearview Ave"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "48105"
}
],
"multipleBirthInteger": 1
}