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
: RR Responsible Agency Organization Example: Health Authority West Responsible Agency - 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-rr-responsible-agency-haw"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-responsible-agency-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/rr-responsible-agency-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-rr-responsible-agency-haw</b></p><a name=\"organization-rr-responsible-agency-haw\"> </a><a name=\"hcorganization-rr-responsible-agency-haw\"> </a><a name=\"organization-rr-responsible-agency-haw-en-US\"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/99996666</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.232 RR8}\">Responsible Agency</span></p><p><b>name</b>: Health Authority West Responsible Agency</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-3555\">+1-555-555-3555</a>, <a href=\"mailto:mail@healthauthoritywest.gov\">mail@healthauthoritywest.gov</a></p><p><b>address</b>: 7777 Health Authority 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 "99996666" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.232"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RR8" ] ;
fhir:display [ fhir:v "Responsible Agency" ] ] )
] ) ; #
fhir:name [ fhir:v "Health Authority West Responsible Agency"] ; #
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" ]
] ) . #