FHIR implementasjonsguide for norsk kommunesektor - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Eksempel helseutfordring - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-health-concern"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-health-concern</b></p><a name=\"example-health-concern\"> </a><a name=\"hcexample-health-concern\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:\">Funksjonssvikt etter hoftebrudd med behov for ADL-bistand</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Kari Hansen Female, DoB: 1948-09-12</a></p><p><b>onset</b>: 2026-01-06</p><p><b>recordedDate</b>: 2026-01-11</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical> ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-ver-status> ] ;
fhir:code [ fhir:v "confirmed" ] ] )
] ; #
fhir:code [
fhir:text [ fhir:v "Funksjonssvikt etter hoftebrudd med behov for ADL-bistand" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:onset [
a fhir:DateTime ;
fhir:v "2026-01-06"^^xsd:date
] ; #
fhir:recordedDate [ fhir:v "2026-01-11"^^xsd:date] . #