@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 -------------------------------------------------------------------

<https://mitre.org/fhir/space-health/Location/MarsHabitat-Jezero> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MarsHabitat-Jezero"] ; # 
  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: Location MarsHabitat-Jezero</b></p><a name=\"MarsHabitat-Jezero\"> </a><a name=\"hcMarsHabitat-Jezero\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Mars Direct Habitat Unit - Jezero Site</p><p><b>description</b>: Pressurized surface habitat with life support, medical bay, and crew quarters. Landed at Jezero Crater ancient delta region.</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/location-type-cs surface-habitat}\">Mars surface habitat</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td><td><b>Altitude</b></td></tr><tr><td style=\"display: none\">*</td><td>77.5</td><td>18.4</td><td>-2500</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Mars Direct Habitat Unit - Jezero Site"] ; # 
  fhir:description [ fhir:v "Pressurized surface habitat with life support, medical bay, and crew quarters. Landed at Jezero Crater ancient delta region."] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/location-type-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/location-type-cs>
       ] ;
       fhir:code [ fhir:v "surface-habitat" ]
     ] ) ;
     fhir:text [ fhir:v "Mars surface habitat" ]
  ] ) ; # 
  fhir:position [
     fhir:longitude [ fhir:v 77.5 ] ;
     fhir:latitude [ fhir:v 18.4 ] ;
     fhir:altitude [ fhir:v "-2500"^^xsd:decimal ]
  ] . # 

# -------------------------------------------------------------------------------------

