@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/Malapert-Massif-Landing-Site> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Malapert-Massif-Landing-Site"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://mitre.org/fhir/space-health/StructureDefinition/habitat-location"^^xsd:anyURI ;
       fhir:l <https://mitre.org/fhir/space-health/StructureDefinition/habitat-location>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location Malapert-Massif-Landing-Site</b></p><a name=\"Malapert-Massif-Landing-Site\"> </a><a name=\"hcMalapert-Massif-Landing-Site\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-habitat-location.html\">Habitat Location</a></p></div><blockquote><p><b>Lunar Coordinates</b></p><ul><li>latitude: -86</li><li>longitude: 0</li></ul></blockquote><p><b>status</b>: Active</p><p><b>name</b>: Artemis III Landing Site - Malapert Massif</p><p><b>description</b>: High-elevation site near lunar south pole (86°S, 0°E) with near-continuous sunlight access and proximity to permanently shadowed craters. Malapert Mountain provides elevated terrain for communications and solar power.</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/location-type-cs landing-site}\">Lunar surface landing site</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>0</td><td>-86</td><td>5000</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "latitude"^^xsd:anyURI ;
         fhir:l fhir:latitude
       ] ;
       fhir:value [
         a fhir:Decimal ;
         fhir:v "-86"^^xsd:decimal
       ]
     ] [
       fhir:url [
         fhir:v "longitude"^^xsd:anyURI ;
         fhir:l fhir:longitude
       ] ;
       fhir:value [
         a fhir:Decimal ;
         fhir:v "0"^^xsd:decimal
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/uv/aerospace/StructureDefinition/lunar-coordinates"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/aerospace/StructureDefinition/lunar-coordinates>
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Artemis III Landing Site - Malapert Massif"] ; # 
  fhir:description [ fhir:v "High-elevation site near lunar south pole (86°S, 0°E) with near-continuous sunlight access and proximity to permanently shadowed craters. Malapert Mountain provides elevated terrain for communications and solar power."] ; # 
  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 "landing-site" ]
     ] ) ;
     fhir:text [ fhir:v "Lunar surface landing site" ]
  ] ) ; # 
  fhir:position [
     fhir:longitude [ fhir:v "0"^^xsd:decimal ] ;
     fhir:latitude [ fhir:v "-86"^^xsd:decimal ] ;
     fhir:altitude [ fhir:v "5000"^^xsd:decimal ]
  ] . # 

# -------------------------------------------------------------------------------------

