SpaceflightHealthSimulationsReferenceDocumentation - Local Development build (v0.5.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Mars Direct Mission 2040 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MarsDirectMission2040"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter MarsDirectMission2040</b></p><a name=\"MarsDirectMission2040\"> </a><a name=\"hcMarsDirectMission2040\"> </a><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-FLD\">ActCode: FLD</a> (field)</p><p><b>subject</b>: <a href=\"Patient-MarsCrewMember1.html\">Sarah Chen Female, DoB: 1990-03-15 ( http://nasa.gov/astronaut-id#AST-2029-001)</a></p><p><b>period</b>: 2040-09-01 00:00:00+0000 --> (ongoing)</p><p><b>reasonCode</b>: <span title=\"Codes:\">First Mars Direct mission - 18 month surface stay with ISRU demonstration</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:class [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ;
fhir:code [ fhir:v "FLD" ] ;
fhir:display [ fhir:v "field" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/MarsCrewMember1 ;
fhir:reference [ fhir:v "Patient/MarsCrewMember1" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2040-09-01T00:00:00Z"^^xsd:dateTime ]
] ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "First Mars Direct mission - 18 month surface stay with ISRU demonstration" ]
] ) . #