FHIR IG analytics| Package | hl7.fhir.us.davinci-ra |
| Resource Type | Patient |
| Id | Patient-ra-patient02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ra-patient02
Language: en
Adam Everyman (official) Female, DoB: 1950-12-16 ( Medical record number: 23456 (use: usual, ))
| Active: | true | Deceased: | false |
| Marital Status: | Married | ||
| Contact Detail | 2222 Home Street Ann Arbor MI 99999 USA (home) | ||
| Language: | English (Region=United States) (preferred) | ||
| US Core Ethnicity Extension: |
| ||
| US Core Birth Sex Extension | M | ||
| US Core Race Extension: |
| ||
{
"resourceType": "Patient",
"id": "ra-patient02",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Patient02: Adam Everyman"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example patient that uses the US Core Patient profile. The example patient name is Adam Everyman."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|7.0.0"
]
},
"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-davinci",
"value": "23456"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Everyman",
"given": [
"Adam"
]
}
],
"gender": "female",
"birthDate": "1950-12-16",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"line": [
"2222 Home Street"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "99999",
"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
}
]
}