Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide, published by Santeon. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/santeonnl/shared-care-planning/ and changes regularly. See the Directory of published versions

: Taak: Compleet bloedbeeld bepalen - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "scp-task-bloedpanel"] ; # 
  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: Task scp-task-bloedpanel</b></p><a name=\"scp-task-bloedpanel\"> </a><a name=\"hcscp-task-bloedpanel\"> </a><a name=\"scp-task-bloedpanel-en-US\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 58410-2}\">Compleet bloedbeeld panel in bloed d.m.v. geautomatiseerde telling</span></p><p><b>focus</b>: <a href=\"ServiceRequest-scp-req-bloedpanel.html\">ServiceRequest Compleet bloedbeeld panel in bloed d.m.v. geautomatiseerde telling</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:58410-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "Compleet bloedbeeld panel in bloed d.m.v. geautomatiseerde telling" ]     ] )
  ] ; # 
  fhir:focus [
fhir:reference [ fhir:v "ServiceRequest/scp-req-bloedpanel" ]
  ] . #