HL7 FHIR Implementation Guide: Military Service History and Status Release 1 - US Realm | STU1, published by Cross Group Projects WG. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-military-service/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "philip-scott-example-deployment-history-episode",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/military-service/StructureDefinition/deployment-history-episode"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation philip-scott-example-deployment-history-episode</b></p><a name=\"philip-scott-example-deployment-history-episode\"> </a><a name=\"hcphilip-scott-example-deployment-history-episode\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-deployment-history-episode.html\">Deployment History Episode</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f}\">Deployment Episode</span></p><p><b>subject</b>: <a href=\"Patient-philip-scott-example-veteran.html\">Scott Example Philip Male, DoB: 1954-01-22 ( Medical Record Number:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 1991-07-01 --> 1993-07-01</p><p><b>hasMember</b>: <a href=\"Observation-philip-scott-example-military-occupation.html\">Observation History of Occupation</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system 7E33243654BB42F5BF3F3A59E0E6E6BD}\">Deployment Episode Country Code</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:3166 VNM}\">Viet Nam</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 86188-0}\">History of Occupation Industry</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system 928110.010506}\">Marine Corps [National Security ]</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system BF3432CC716B4DC7AA0DF43C176F4F05}\">Deployment Episode Mission Code</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system 46a15b13-b5c1-4ae8-acde-48c31f30175a}\">Enduring Freedom</span></p></blockquote></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system",
"code" : "f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f",
"display" : "Deployment Episode"
}
]
},
"subject" : {
🔗 "reference" : "Patient/philip-scott-example-veteran"
},
"effectivePeriod" : {
"start" : "1991-07-01",
"end" : "1993-07-01"
},
"hasMember" : [
{
🔗 "reference" : "Observation/philip-scott-example-military-occupation"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system",
"code" : "7E33243654BB42F5BF3F3A59E0E6E6BD",
"display" : "Deployment Episode Country Code"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "VNM"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "86188-0",
"display" : "History of Occupation Industry"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system",
"code" : "928110.010506",
"display" : "Marine Corps [National Security ]"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system",
"code" : "BF3432CC716B4DC7AA0DF43C176F4F05",
"display" : "Deployment Episode Mission Code"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system",
"code" : "46a15b13-b5c1-4ae8-acde-48c31f30175a",
"display" : "Enduring Freedom"
}
]
}
}
]
}