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 is not an authorized publication; it is the continuous build for version 1.0.0). 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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "philip-scott-example-military-service-episode"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-episode"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-episode>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"philip-scott-example-military-service-episode\"> </a></p><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\">Resource Observation &quot;philip-scott-example-military-service-episode&quot; </p><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>: Combat zone AndOr hazardous duty work dates <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#87511-2)</span></p><p><b>subject</b>: <a href=\"Patient-philip-scott-example-veteran.html\">Patient/philip-scott-example-veteran</a> &quot; PHILIP&quot;</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/philip-scott-example-deployment-history-episode</a></p><blockquote><p><b>component</b></p><p><b>code</b>: Compensation and sector employment type <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#85104-8)</span></p><p><b>value</b>: Marine Corps [National Security ] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-military-service-code-system.html\">Military Service History and Status Code System</a>#928110.010506)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Discharge Status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-military-service-code-system.html\">Military Service History and Status Code System</a>#9B7095A70B024CD789A36E48A3936592)</span></p><p><b>value</b>: Honorable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-military-service-code-system.html\">Military Service History and Status Code System</a>#79A512F77CFC4E63B9969930FC8787DB)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Separation Reason <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-military-service-code-system.html\">Military Service History and Status Code System</a>#9CEAD6537D6A4F198549F70598B8F8BF)</span></p><p><b>value</b>: COMPLETION OF REQUIRED ACTIVE SERVICE <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-military-service-code-system.html\">Military Service History and Status Code System</a>#035)</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:87511-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87511-2" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/philip-scott-example-veteran" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "1971-04-01"^^xsd:date ] ;
fhir:end [ fhir:v "1973-04-01"^^xsd:date ]
  ] ; # 
  fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/philip-scott-example-deployment-history-episode" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:85104-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85104-8" ] ;
fhir:display [ fhir:v "Compensation and sector employment type" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "928110.010506" ] ;
fhir:display [ fhir:v "Marine Corps [National Security ]" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "9B7095A70B024CD789A36E48A3936592" ] ;
fhir:display [ fhir:v "Discharge Status" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "79A512F77CFC4E63B9969930FC8787DB" ] ;
fhir:display [ fhir:v "Honorable" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "9CEAD6537D6A4F198549F70598B8F8BF" ] ;
fhir:display [ fhir:v "Separation Reason" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "035" ] ;
fhir:display [ fhir:v "COMPLETION OF REQUIRED ACTIVE SERVICE" ]       ] )     ]
  ] ) . #