Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: St. Michael's Hospital - TTL Representation

Raw ttl | Download

@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 -------------------------------------------------------------------

 a fhir:Organization;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "Inpatient"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-08-09T15:08:18.345+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#6srEiUjeenLPVop9" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Inpatient</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 1063494177</p><p><b>active</b>: true</p><p><b>name</b>: St. Michael's Hospital</p><p><b>telecom</b>: ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)</p><p><b>address</b>: 6666 135th St, Overland Park, KS 66223</p></div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
     fhir:Identifier.value [ fhir:value "1063494177" ]
  ];
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
  fhir:Organization.name [ fhir:value "St. Michael's Hospital"];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(816)932-2000" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "other" ];
     fhir:ContactPoint.value [ fhir:value "http://www.stmichaelmedicalcenter.org" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.text [ fhir:value "6666 135th St, Overland Park, KS 66223" ];
     fhir:Address.line [
       fhir:value "6666 135th Street,";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Overland Park" ];
     fhir:Address.state [ fhir:value "KS" ];
     fhir:Address.postalCode [ fhir:value "66223" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.