This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: US PH Organization Example: Acme Labs - 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 "organization-ecr-acme-laboratory"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization> ] )
] ; #
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 organization-ecr-acme-laboratory</b></p><a name=\"organization-ecr-acme-laboratory\"> </a><a name=\"hcorganization-ecr-acme-laboratory\"> </a><a name=\"organization-ecr-acme-laboratory-en-US\"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/1144221999</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode OUTLAB}\">outpatient laboratory</span></p><p><b>name</b>: Acme_Labs</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-4444\">+1-555-555-4444</a>, <a href=\"mailto:mail@acme-labs.com\">mail@acme-labs.com</a></p><p><b>address</b>: 7777 Laboratory Drive Ann Arbor MI 99999 </p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1144221999" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OUTLAB" ] ;
fhir:display [ fhir:v "outpatient laboratory" ] ] )
] ) ; #
fhir:name [ fhir:v "Acme_Labs"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1-555-555-4444" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mail@acme-labs.com" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "7777 Laboratory Drive" ] ) ;
fhir:city [ fhir:v "Ann Arbor" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "99999" ]
] ) . #