OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OpenELIS Organization Example - 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:id [ fhir:v "bc8479a5-b34b-4578-9d38-a351bc92e614"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/open-elisorganisation"^^xsd:anyURI ;
fhir:link <http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/open-elisorganisation>     ] )
  ] ; # 
  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 bc8479a5-b34b-4578-9d38-a351bc92e614</b></p><a name=\"bc8479a5-b34b-4578-9d38-a351bc92e614\"> </a><a name=\"hcbc8479a5-b34b-4578-9d38-a351bc92e614\"> </a><a name=\"bc8479a5-b34b-4578-9d38-a351bc92e614-en-US\"> </a><p><b>identifier</b>: <code>https://demo.openelis-global.org/org_cliaNum</code>/DEPT, <code>https://demo.openelis-global.org/org_shortName</code>/EID ICAP, <code>https://demo.openelis-global.org/org_code</code>/UG1001, <code>https://demo.openelis-global.org/org_uuid</code>/a1313f63-29b4-498d-ba12-0e960c683ec0</p><p><b>type</b>: <span title=\"Codes:\">referralLab</span></p><p><b>name</b>: Minity Of Health</p><p><b>address</b>: KING GREENWOOD WASHINGTON 98103 </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://demo.openelis-global.org/org_cliaNum"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DEPT" ]
  ] [
fhir:system [ fhir:v "https://demo.openelis-global.org/org_shortName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EID ICAP" ]
  ] [
fhir:system [ fhir:v "https://demo.openelis-global.org/org_code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UG1001" ]
  ] [
fhir:system [ fhir:v "https://demo.openelis-global.org/org_uuid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "a1313f63-29b4-498d-ba12-0e960c683ec0" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "referralLab" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Minity Of Health"] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "KING" ] ) ;
fhir:city [ fhir:v "GREENWOOD" ] ;
fhir:state [ fhir:v "WASHINGTON" ] ;
fhir:postalCode [ fhir:v "98103" ]
  ] ) . #