Da Vinci Risk Adjustment Implementation Guide
2.0.0 - STU2  flag

This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Laboratory01: XYZ Laboratory - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "ra-laboratory01"] ; # 
  fhir:meta [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Laboratory"       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "Laboratory that created lab observations"       ]     ] ) ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-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 ra-laboratory01</b></p><a name=\"ra-laboratory01\"> </a><a name=\"hcra-laboratory01\"> </a><a name=\"ra-laboratory01-en-US\"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">healthcare provider</span></p><p><b>name</b>: XYZ Laboratory</p><p><b>telecom</b>: ph: (+1) 111-222-3333, <a href=\"mailto:customer-service@XYZlaboratory.com\">customer-service@XYZlaboratory.com</a></p><p><b>address</b>: 100 Laboratory Lane, Suite 100 Amherst MA 01002 USA </p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "healthcare provider" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "XYZ Laboratory"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(+1) 111-222-3333" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "customer-service@XYZlaboratory.com" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "100 Laboratory Lane, Suite 100" ] ) ;
fhir:city [ fhir:v "Amherst" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01002" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) . #