FHIR IG analytics| Package | hl7.fhir.us.mihr.r4b |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedperson-child-bobby-doe-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson
Resource RelatedPerson "relatedperson-child-bobby-doe-example" Version "2" Updated "2022-03-15 17:14:37+0000"
Information Source: #ByORq5qw5vkiQs6k!
Profile: RelatedPerson - Mother Gestational
US Core Race Extension
url
ombCategoryvalue: Black or African American (Details: urn:oid:2.16.840.1.113883.6.238 code 2054-5 = 'Black or African American', stated as 'Black or African American')
url
textvalue: Black or African America
US Core Ethnicity Extension
url
ombCategoryvalue: Hispanic or Latino (Details: urn:oid:2.16.840.1.113883.6.238 code 2135-2 = 'Hispanic or Latino', stated as 'Hispanic or Latino')
url
textvalue: Hispanic or Latino
active: true
patient: Patient/patient-child-bobby-doe-example: Patient - Bobby Doe " DOE"
relationship: mother (RoleCode#GESTM "gestational mother")
name: DOE, ALLISON(OFFICIAL)
telecom: ph: 5555555555(MOBILE)
gender: female
birthDate: 1999-09-16
address: 2801 ANY ANY, MO 64117 US(HOME)
{
"resourceType": "RelatedPerson",
"id": "relatedperson-child-bobby-doe-example",
"meta": {
"versionId": "2",
"lastUpdated": "2022-03-15T17:14:37.192+00:00",
"source": "#ByORq5qw5vkiQs6k",
"profile": [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-gestational"
]
},
"text": {
"status": "extensions",
"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": "2054-5",
"display": "Black or African American"
}
},
{
"url": "text",
"valueString": "Black or African America"
}
]
},
{
"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": "2135-2",
"display": "Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Hispanic or Latino"
}
]
}
],
"active": true,
"patient": {
"reference": "Patient/patient-child-bobby-doe-example",
"display": "Patient - Bobby Doe"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "GESTM",
"display": "gestational mother"
}
],
"text": "mother"
}
],
"name": [
{
"id": "CI-12742728-1",
"use": "official",
"text": "DOE, ALLISON",
"family": "DOE",
"given": [
"ALLISON"
],
"period": {
"start": "2021-01-03T11:01:29.000Z"
}
}
],
"telecom": [
{
"id": "CI-PH-29822997-7",
"system": "phone",
"value": "5555555555",
"use": "mobile",
"rank": 1,
"period": {
"start": "2021-01-03T11:01:29.000Z"
}
}
],
"gender": "female",
"birthDate": "1999-09-16",
"address": [
{
"id": "CI-24327194-0",
"use": "home",
"text": "2801 ANY \nANY, MO 64117\nUS",
"line": [
"2801 ANY"
],
"city": "ANY",
"state": "MO",
"postalCode": "64117",
"country": "US",
"period": {
"start": "2021-01-03T11:01:29.000Z"
}
}
]
}