FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm |
| Resource Type | Patient |
| Id | Patient-patient-example-ach-ach-pass2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-example-ach-ach-pass2
Profile: QICore Patientversion: null6.0.0)
Pass2 ACH(official) Female, DoB: 1965-12-22 ( MRN: 1601191902010308 (use: usual, ))
| Active: | true | Deceased: | 2024-02-02 16:22:00-0500 | ||
| Contact Detail |
| ||||
| US Core Ethnicity Extension: |
| ||||
| US Core Birth Sex Extension | F | ||||
| US Core Race Extension: |
| ||||
{
"resourceType": "Patient",
"id": "patient-example-ach-ach-pass2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient|6.0.0"
]
},
"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": "Non 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": "F"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
],
"text": "MRN"
},
"system": "http://example.org/identifiers/",
"value": "1601191902010308"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Pass2 ACH",
"family": "ACH",
"given": [
"Pass2"
]
}
],
"telecom": [
{
"system": "phone",
"value": "999-999-9999",
"use": "home"
}
],
"gender": "female",
"birthDate": "1965-12-22",
"deceasedDateTime": "2024-02-02T16:22:00-05:00",
"address": [
{
"line": [
"123 Sesame Street Lansing"
],
"city": "Lansing",
"district": "Ingham County",
"state": "MI",
"postalCode": "48864",
"country": "US"
}
]
}