FHIR IG analytics| Package | hl7.fhir.us.military-service |
| Resource Type | Patient |
| Id | Patient-huffman-crystal-example-veteran.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient huffman-crystal-example-veteran
Profile: US Veteran
Crystal Example Huffman Female, DoB: 1992-02-20 ( Medical Record Number: 1032702 (use: usual, ))
| Active: | true | ||
| Contact Detail |
| ||
| us-veteran-status | true | ||
| US Core Ethnicity Extension: |
| ||
| US Core Birth Sex Extension | M | ||
| US Core Race Extension: |
| ||
{
"resourceType": "Patient",
"id": "huffman-crystal-example-veteran",
"meta": {
"profile": [
"http://hl7.org/fhir/us/military-service/StructureDefinition/usveteran"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-veteran-status",
"valueBoolean": true
},
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2106-3",
"display": "White"
}
},
{
"url": "text",
"valueString": "Mixed"
},
{
"url": "detailed",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2036-2",
"display": "Filipino"
}
}
],
"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": "2135-2",
"display": "Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Hispanic or Latino"
},
{
"url": "detailed",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2184-0",
"display": "Dominican"
}
}
],
"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"
}
],
"text": "Medical Record Number"
},
"system": "urn:oid:1.1.1.1.1",
"value": "1032702"
}
],
"active": true,
"name": [
{
"family": "Huffman",
"given": [
"Crystal",
"Example"
],
"suffix": [
"Ssgt"
],
"period": {
"start": "2016-12-06",
"end": "2020-07-22"
}
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "email",
"value": "sam.share@veterans-org.com"
}
],
"gender": "female",
"birthDate": "1992-02-20",
"address": [
{
"line": [
"49 Pleasant Hill St"
],
"city": "Anytowm",
"state": "NH",
"postalCode": "03088",
"country": "US",
"period": {
"start": "2016-12-06",
"end": "2020-07-22"
}
},
{
"line": [
"183 Mountain View St"
],
"city": "Anytown",
"state": "NH",
"postalCode": "03088",
"country": "US",
"period": {
"start": "2020-07-22"
}
}
]
}