Codes, extension, profiles and more
1.0.0 - ci-build Norway flag

Codes, extension, profiles and more - Local Development build (v1.0.0). See the Directory of published versions

: Schedule-Lab - 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:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Schedule-Lab"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule"^^xsd:anyURI ;
fhir:link <http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Schedule</b><a name=\"Schedule-Lab\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Schedule &quot;Schedule-Lab&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hn-basis-schedule.html\">HnBasisSchedule</a></p></div><p><b>identifier</b>: id: urn:uuid:50aa673f-3456-4855-9eec-5f1aea3966a7</p><p><b>serviceType</b>: Lab <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#Lab)</span></p><p><b>actor</b>: <span>: Lab på legekontoret</span></p><p><b>comment</b>: Lab tilbyr blodprøver og andre tester hver dag fra 10-15</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:50aa673f-3456-4855-9eec-5f1aea3966a7" ]
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.1.7617"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Lab" ]     ] )
  ] ) ; # 
  fhir:actor ( [
fhir:type [ fhir:v "HealthcareService"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.1.9051"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3546c8f7-3cd3-4693-929e-66501642504c" ]     ] ;
fhir:display [ fhir:v "Lab på legekontoret" ]
  ] ) ; # 
  fhir:comment [ fhir:v "Lab tilbyr blodprøver og andre tester hver dag fra 10-15"] . #