@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/NavalMedicalResearchUnit> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NavalMedicalResearchUnit"] ; # 
  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 NavalMedicalResearchUnit</b></p><a name=\"NavalMedicalResearchUnit\"> </a><a name=\"hcNavalMedicalResearchUnit\"> </a><p><b>name</b>: Naval Medical Research Unit Dayton</p><p><b>description</b>: Navy diving medicine research and hyperbaric treatment</p><p><b>address</b>: Dayton OH US </p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:name [ fhir:v "Naval Medical Research Unit Dayton"] ; # 
  fhir:description [ fhir:v "Navy diving medicine research and hyperbaric treatment"] ; # 
  fhir:address [
     fhir:city [ fhir:v "Dayton" ] ;
     fhir:state [ fhir:v "OH" ] ;
     fhir:country [ fhir:v "US" ]
  ] . # 

# -------------------------------------------------------------------------------------

