Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation - zib-stoma-01 - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "zib-stoma-01"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Stoma"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <caption>Observatie/bepaling. Subject: <a href=\"Patient/nl-core-patient-03\">I.\n                        Jongeneel-de Haas</a>. Status: definitief</caption>\n                <tfoot>\n                    <tr>\n                        <td colspan=\"2\">Patient heeft veel last van dit type stoma.</td>\n                    </tr>\n                </tfoot>\n                <tbody>\n                    <tr>\n                        <th>Bepalingdatum/tijd</th>\n                        <td>2014</td>\n                    </tr>\n                    <tr>\n                        <th>Deel van lichaam</th>\n                        <td>\n                            <span title=\"Entire lower abdomen (362692001 - SNOMED CT)\">Entire lower\n                                abdomen</span>\n                            <span title=\"Right (24028007 - SNOMED CT)\">Right</span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <th>Code</th>\n                        <th>Waarde</th>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"Stoma (morphologic abnormality) (245857005 - SNOMED CT)\">Stoma (morphologic abnormality)</span>\n                        </td>\n                        <td>\n                            <span title=\"End colostomy - stoma (261030007 - SNOMED CT)\">End\n                                colostomy - stoma</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:245857005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "245857005" ] ;
fhir:display [ fhir:v "Stoma (morphologic abnormality)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/nl-core-patient-03" ] ;
fhir:display [ fhir:v "I. Jongeneel-de Haas" ]
  ] ; # 
  fhir:effective [ fhir:v "2014"^^xsd:gYear] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:261030007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "261030007" ] ;
fhir:display [ fhir:v "End colostomy - stoma" ]     ] )
  ] ; # 
  fhir:comment [ fhir:v "Patient heeft veel last van dit type stoma."] ; # 
  fhir:bodySite [
    ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:24028007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24028007" ] ;
fhir:display [ fhir:v "Right" ]         ] )       ]     ] ) ;
    ( fhir:coding [
a sct:362692001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "362692001" ] ;
fhir:display [ fhir:v "Entire lower abdomen" ]     ] )
  ] . #