This page is part of the HL7 FHIR Implementation Guide for Military Service History and Status (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@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:Resource.id [ fhir:value "DeploymentEpisode1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/military-service/StructureDefinition/deploymentepisode";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/military-service/StructureDefinition/deploymentepisode> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title=\"Codes: {https://www.logicahealth.org/solutions/solor/military-service f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f}\">Deployment Episode</span></p><p><b>subject</b>: <a href=\"Patient-sam-share-ssgt-veteran.html\">Generated Summary: Medical Record Number: 1032702 (USUAL); active; Sam V. Share , Sam V. Share ; Phone: 555-555-5555, sam.share@veterans-org.com; gender: male; birthDate: 1987-02-20</a></p><p><b>effective</b>: 2018-05-01 --> 2019-01-01</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {https://www.logicahealth.org/solutions/solor/military-service 7E33243654BB42F5BF3F3A59E0E6E6BD}\">Combat Episode Country Code</span></p><p><b>value</b>: <span title=\"Codes: {urn:iso:std:iso:3166 AFG}\">Afghanistan</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {https://www.logicahealth.org/solutions/solor/military-service BF3432CC716B4DC7AA0DF43C176F4F05}\">Combat Episode Mission Code</span></p><p><b>value</b>: <span title=\"Codes: {https://www.logicahealth.org/solutions/solor/military-service 46a15b13-b5c1-4ae8-acde-48c31f30175a}\">Enduring Freedom</span></p></blockquote></div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://www.logicahealth.org/solutions/solor/military-service" ];
fhir:Coding.code [ fhir:value "f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f" ];
fhir:Coding.display [ fhir:value "Deployment Episode" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/sam-share-ssgt-veteran" ]
];
fhir:Observation.effectivePeriod [
fhir:Period.start [ fhir:value "2018-05-01"^^xsd:date ];
fhir:Period.end [ fhir:value "2019-01-01"^^xsd:date ]
];
fhir:Observation.component [
fhir:index 0;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://www.logicahealth.org/solutions/solor/military-service" ];
fhir:Coding.code [ fhir:value "7E33243654BB42F5BF3F3A59E0E6E6BD" ];
fhir:Coding.display [ fhir:value "Combat Episode Country Code" ] ] ];
fhir:Observation.component.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "AFG" ] ] ]
], [
fhir:index 1;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://www.logicahealth.org/solutions/solor/military-service" ];
fhir:Coding.code [ fhir:value "BF3432CC716B4DC7AA0DF43C176F4F05" ];
fhir:Coding.display [ fhir:value "Combat Episode Mission Code" ] ] ];
fhir:Observation.component.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://www.logicahealth.org/solutions/solor/military-service" ];
fhir:Coding.code [ fhir:value "46a15b13-b5c1-4ae8-acde-48c31f30175a" ];
fhir:Coding.display [ fhir:value "Enduring Freedom" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.