@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/Device/ISRU-Plant-Jezero-1> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ISRU-Plant-Jezero-1"] ; # 
  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: Device ISRU-Plant-Jezero-1</b></p><a name=\"ISRU-Plant-Jezero-1\"> </a><a name=\"hcISRU-Plant-Jezero-1\"> </a><p><b>status</b>: Active</p><p><b>manufacturer</b>: NASA / Commercial Partners</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Mars Direct ISRU Unit #1 - Jezero</td><td>User Friendly name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/mars-devices-prototype-cs isruPlant}\">ISRU Propellant Plant</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:manufacturer [ fhir:v "NASA / Commercial Partners"] ; # 
  fhir:deviceName ( [
     fhir:name [ fhir:v "Mars Direct ISRU Unit #1 - Jezero" ] ;
     fhir:type [ fhir:v "user-friendly-name" ]
  ] ) ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/mars-devices-prototype-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/mars-devices-prototype-cs>
       ] ;
       fhir:code [ fhir:v "isruPlant" ]
     ] ) ;
     fhir:text [ fhir:v "ISRU Propellant Plant" ]
  ] . # 

# -------------------------------------------------------------------------------------

