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-druguse-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-druguse-01"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse"^^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-01\">Johan\n                        XXX_Helleman</a>. Status: definitief</caption>\n                <tfoot>\n                    <tr>\n                        <td colspan=\"2\">Op feestjes en in uitgaanscircuit.</td>\n                    </tr>\n                </tfoot>\n                <tbody>\n                    <tr>\n                        <th>Bepalingdatum/tijd</th>\n                        <td>1981 - 1983</td>\n                    </tr>\n                    <tr>\n                        <th>Code</th>\n                        <th>Waarde</th>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"Finding relating to drug misuse behavior (finding) (228366006 - SNOMED CT)\">Finding relating to drug misuse behavior (finding)</span>\n                        </td>\n                        <td>\n                            <span title=\"Misused drugs in past (finding) (44870007 - SNOMED CT)\">Misused drugs in past (finding)</span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"Drug or medicament (substance) (410942007 - SNOMED CT)\">Drug or medicament (substance)</span>\n                        </td>\n                        <td>\n                            <span title=\"Amphetamine (substance) (703842006 - SNOMED CT)\">Amphetamine (substance)</span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"Route of administration (attribute) (410675002 - SNOMED CT)\">Route of administration (attribute)</span>\n                        </td>\n                        <td>\n                            <span title=\"NASAAL (6 - G-Standaard thesaurus subtabel 0007)\">NASAAL</span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"Frequency of drug misuse (observable entity) (228390007 - SNOMED CT)\">Frequency of drug misuse (observable entity)</span>\n                        </td>\n                        <td>3 times a year</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:228366006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "228366006" ] ;
fhir:display [ fhir:v "Finding relating to drug misuse behavior (finding)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/nl-core-patient-01" ] ;
fhir:display [ fhir:v "Johan XXX_Helleman" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "1981"^^xsd:gYear ] ;
fhir:end [ fhir:v "1983"^^xsd:gYear ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:44870007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44870007" ] ;
fhir:display [ fhir:v "Misused drugs in past (finding)" ]     ] )
  ] ; # 
  fhir:comment [ fhir:v "Op feestjes en in uitgaanscircuit."] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a sct:410942007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "410942007" ] ;
fhir:display [ fhir:v "Drug or medicament (substance)" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:703842006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "703842006" ] ;
fhir:display [ fhir:v "Amphetamine (substance)" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:410675002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "410675002" ] ;
fhir:display [ fhir:v "Route of administration (attribute)" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.4.9"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "NASAAL" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:228390007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "228390007" ] ;
fhir:display [ fhir:v "Frequency of drug misuse (observable entity)" ]       ] )     ] ;
fhir:value [ fhir:v "3 times a year" ]
  ] ) . #