FHIR IG analytics| Package | hl7.fhir.us.mcode |
| Resource Type | Patient |
| Id | Patient-cancer-patient-brian-l.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient cancer-patient-brian-l
Brian L Male, DoB: 2021-01-01 ( Medical Record Number: MRN5678 (use: usual, ))
| Contact Detail | 456 Main St Anytown 67891 United States | ||
| Language: | English | ||
| Contact: |
| ||
| US Core Ethnicity Extension: |
| ||
| US Core Birth Sex Extension | M | ||
| US Core Race Extension: |
| ||
{
"resourceType": "Patient",
"id": "cancer-patient-brian-l",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2028-9",
"display": "Asian"
}
},
{
"url": "text",
"valueString": "Asian"
}
],
"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": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://hospital.example.org",
"value": "MRN5678"
}
],
"name": [
{
"family": "L",
"given": [
"Brian"
]
}
],
"gender": "male",
"birthDate": "2021-01-01",
"address": [
{
"line": [
"456 Main St"
],
"city": "Anytown",
"postalCode": "67891",
"country": "United States"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "123-456-7891",
"use": "home"
},
{
"system": "email",
"value": "example@example.com"
}
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-US"
}
],
"text": "English"
}
}
]
}