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

: minimal-enrollment-Condition - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "minimal-enrollment-Condition"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem"^^xsd:anyURI ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem>     ] )
  ] ; # 
  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: Condition minimal-enrollment-Condition</b></p><a name=\"minimal-enrollment-Condition\"> </a><a name=\"hcminimal-enrollment-Condition\"> </a><a name=\"minimal-enrollment-Condition-en-US\"> </a><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 282291009}\">Interpretatie van diagnose</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 195111005}\">Hartfalen</span></p><p><b>subject</b>: <a href=\"Patient-minimal-enrollment-Patient.html\">Patient, Jean Jacques van Putten-van der Giessen</a></p><p><b>note</b>: Hier een zinnige tekst over de diagnose Hartfalen</p></div>"
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:282291009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "282291009" ] ;
fhir:display [ fhir:v "Interpretatie van diagnose" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:195111005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "195111005" ] ;
fhir:display [ fhir:v "Hartfalen" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/minimal-enrollment-Patient" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Patient, Jean Jacques van Putten-van der Giessen" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Hier een zinnige tekst over de diagnose Hartfalen" ]
  ] ) . #