Codes, extension, profiles and more
1.0.0 - ci-build Norway flag

Codes, extension, profiles and more - Local Development build (v1.0.0). See the Directory of published versions

: hn-basis-serviceRequest-example - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hn-basis-serviceRequest-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://helsenorge.no/fhir/StructureDefinition/hn-basis-serviceRequest"^^xsd:anyURI ;
fhir:link <http://helsenorge.no/fhir/StructureDefinition/hn-basis-serviceRequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"hn-basis-serviceRequest-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest &quot;hn-basis-serviceRequest-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hn-basis-serviceRequest.html\">HnBasisServiceRequest</a></p></div><p><b>identifier</b>: id: cdeaceeb-4119-42c6-8a3a-b8d495970cb9</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Face to face consultation with patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1269515004; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#719410009 &quot;Consultation via video conference&quot;)</span></p><p><b>priority</b>: routine</p><p><b>subject</b>: <span>id: 12345678901</span></p><p><b>occurrence</b>: 2023-11-15 09:00:00+0000 --&gt; 2023-11-20 15:30:00+0000</p><p><b>performerType</b>: Lege <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#LE)</span></p><p><b>reasonCode</b>: Atrial fibrillation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#49436004)</span></p><p><b>note</b>: Jeg har fått beskjed om at jeg trenger regelmessig oppfølging på grunn av hjertetilstanden min og ønsker meg time på legesenteret eller via vidoe konultasjon</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://helsenorge.no/fhir/identifiers/uuid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cdeaceeb-4119-42c6-8a3a-b8d495970cb9" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:1269515004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1269515004" ] ;
fhir:display [ fhir:v "Face to face consultation with patient" ]     ] [
a sct:719410009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "719410009" ] ;
fhir:display [ fhir:v "Consultation via video conference" ]     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:subject [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.4.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345678901" ]     ]
  ] ; # 
  fhir:occurrence [
a fhir:Period ;
fhir:start [ fhir:v "2023-11-15T09:00:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-11-20T15:30:00Z"^^xsd:dateTime ]
  ] ; # 
  fhir:performerType [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.1.9060"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LE" ] ;
fhir:display [ fhir:v "Lege" ]     ] )
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:49436004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "49436004" ] ;
fhir:display [ fhir:v "Atrial fibrillation" ]     ] )
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Jeg har fått beskjed om at jeg trenger regelmessig oppfølging på grunn av hjertetilstanden min og ønsker meg time på legesenteret eller via vidoe konultasjon" ]
  ] ) . #