Publication Build: This will be filled in by the publication tooling
: Disability - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Disability"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-disability"^^xsd:anyURI ;
fhir:link <https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-disability> ] )
] ; #
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: Observation Disability</b></p><a name=\"Disability\"> </a><a name=\"hcDisability\"> </a><a name=\"Disability-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social history</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 95377-8}\">Disability type</span></p><p><b>subject</b>: <a href=\"Patient-pat1.html\">Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</a></p><p><b>effective</b>: 2021-11-23 --> (ongoing)</p><p><b>performer</b>: <a href=\"Organization-Org1.html\">Organization General Hospital</a></p><p><b>value</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/puude-raskusaste keskmine}\">Keskmine puue</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ] ;
fhir:display [ fhir:v "Social history" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:95377-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "95377-8" ] ;
fhir:display [ fhir:v "Disability type" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat1" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2021-11-23"^^xsd:date ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/Org1" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/puude-raskusaste"^^xsd:anyURI ] ;
fhir:code [ fhir:v "keskmine" ] ;
fhir:display [ fhir:v "Keskmine puue" ] ] )
] . #