FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Patient |
| Id | Patient-PatientChildExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientChildExample
Profile: Patient - Child Vital Records
Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)
| Deceased: | false | Multiple Birth: | 1 | ||
| Other Id: | Social Beneficiary Identifier/123456789 | ||||
| Contact Detail | 45 East 66th St Ann Arbor MI 48105 | ||||
| US Core Ethnicity Extension: |
| ||||
| US Core Birth Sex Extension | M | ||||
| US Core Race Extension: |
| ||||
{
"resourceType": "Patient",
"id": "PatientChildExample",
"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": "M"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://www.acme.com/identifiers/patient",
"value": "1234"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SB"
}
]
},
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "123456789"
}
],
"name": [
{
"use": "official",
"family": "Wellington",
"given": [
"Gene",
"Austin"
]
}
],
"gender": "male",
"birthDate": "2020-04-28",
"deceasedBoolean": false,
"address": [
{
"line": [
"45 East 66th St"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "48105"
}
],
"multipleBirthInteger": 1
}