FHIR IG analytics| Package | hl7.fhir.uv.deqm |
| Resource Type | Patient |
| Id | Patient-patient01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient01
version: 5; Last updated: 2019-02-11 14:19:25+0000; Language: en;
Information Source: http://example.org/fhir/server
Profile: QICore Patient
Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))
| Active: | true | Deceased: | false |
| Marital Status: | Married | ||
| Contact Detail | 7496 Beaver Ridge Ave Thornton NJ 07003 USA (home) | ||
| Language: | English (Region=United States) (preferred) | ||
| Links: |
| ||
| US Core Ethnicity Extension: |
| ||
| US Core Birth Sex Extension | M | ||
| US Core Race Extension: |
| ||
{
"resourceType": "Patient",
"id": "patient01",
"meta": {
"versionId": "5",
"lastUpdated": "2019-02-11T14:19:25.000+00:00",
"source": "http://example.org/fhir/server",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "M"
},
{
"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"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
]
},
"system": "http://example.org/hospital",
"value": "12345"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Webster",
"given": [
"Jairo"
]
}
],
"gender": "male",
"birthDate": "1946-12-16",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"line": [
"7496 Beaver Ridge Ave"
],
"city": "Thornton",
"state": "NJ",
"postalCode": "07003",
"country": "USA"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-US",
"display": "English (Region=United States)"
}
]
},
"preferred": true
}
],
"managingOrganization": {
"reference": "Organization/organization01"
}
}