@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 -------------------------------------------------------------------

<http://fhir.org/fhir/us/anonymized-eicr/Organization/organization-rr-routing-entity-haw> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-rr-routing-entity-haw"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-routing-entity-organization"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/rr-routing-entity-organization>
     ] )
  ] ; # 
  fhir:text [
     fhir:extension ( [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:code ;
         fhir:v "masked"
       ]
     ] ) ;
     fhir:status [ fhir:v "empty" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "43214321" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.232"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "RR7" ] ;
       fhir:display [ fhir:v "Routing Entity" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Health Authority West Routing Entity"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+1-555-555-3555" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "mail@healthauthoritywest.gov" ]
  ] ) ; # 
  fhir:address ( [
     fhir:line ( [ fhir:v "7777 Health Authority Drive" ] ) ;
     fhir:city [ fhir:v "Ann Arbor" ] ;
     fhir:state [ fhir:v "MI" ] ;
     fhir:postalCode [ fhir:v "99999" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

