FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.military-service.r4b
Resource TypeObservation
IdObservation-philip-scott-example-deployment-history-episode.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation

Resource Observation "philip-scott-example-deployment-history-episode"

Profile: Deployment History Episode

status: final

code: Deployment Episode (Military Service History and Status Code System#f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f)

subject: Patient/philip-scott-example-veteran " PHILIP"

effective: 1991-07-01 --> 1993-07-01

hasMember: Observation/philip-scott-example-military-occupation

component

code: Deployment Episode Country Code (Military Service History and Status Code System#7E33243654BB42F5BF3F3A59E0E6E6BD)

value: Viet Nam (ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code#VNM)

component

code: History of Occupation Industry (LOINC#86188-0)

value: Marine Corps [National Security ] (Military Service History and Status Code System#928110.010506)

component

code: Deployment Episode Mission Code (Military Service History and Status Code System#BF3432CC716B4DC7AA0DF43C176F4F05)

value: Enduring Freedom (Military Service History and Status Code System#46a15b13-b5c1-4ae8-acde-48c31f30175a)


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    }
  ]
}