HL7 FHIR Implementation Guide: Military Service History and Status Release 1 - US Realm | STU1
1.0.0 - trial-use United States of America flag

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

: philip-scott-example-military-service-episode - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "philip-scott-example-military-service-episode",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-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-military-service-episode</b></p><a name=\"philip-scott-example-military-service-episode\"> </a><a name=\"hcphilip-scott-example-military-service-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-military-service-episode.html\">Military Service Episode</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 87511-2}\">Combat zone AndOr hazardous duty work dates</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>: 1971-04-01 --&gt; 1973-04-01</p><p><b>hasMember</b>: <a href=\"Observation-philip-scott-example-deployment-history-episode.html\">Observation Deployment Episode</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85104-8}\">Compensation and sector employment type</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 9B7095A70B024CD789A36E48A3936592}\">Discharge Status</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system 79A512F77CFC4E63B9969930FC8787DB}\">Honorable</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 9CEAD6537D6A4F198549F70598B8F8BF}\">Separation Reason</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system 035}\">COMPLETION OF REQUIRED ACTIVE SERVICE</span></p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "87511-2"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/philip-scott-example-veteran"
  },
  "effectivePeriod" : {
    "start" : "1971-04-01",
    "end" : "1973-04-01"
  },
  "hasMember" : [
    {
      🔗 "reference" : "Observation/philip-scott-example-deployment-history-episode"
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "85104-8",
            "display" : "Compensation and sector employment type"
          }
        ]
      },
      "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" : "9B7095A70B024CD789A36E48A3936592",
            "display" : "Discharge Status"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system",
            "code" : "79A512F77CFC4E63B9969930FC8787DB",
            "display" : "Honorable"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system",
            "code" : "9CEAD6537D6A4F198549F70598B8F8BF",
            "display" : "Separation Reason"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system",
            "code" : "035",
            "display" : "COMPLETION OF REQUIRED ACTIVE SERVICE"
          }
        ]
      }
    }
  ]
}