@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-cs/Organization/Org-03> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Org-03"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Org-03</b></p><a name=\"Org-03\"> </a><a name=\"hcOrg-03\"> </a><a name=\"Org-03-en-US\"> </a><p><b>name</b>: Sky Harbor Home Health Services</p></div>"
  ] ; # 
  fhir:name [ fhir:v "Sky Harbor Home Health Services"] . # 

# -------------------------------------------------------------------------------------

