HL7 FHIR Implementation Guide: DK Core
2.1.0 - release Denmark flag

This page is part of the HL7 FHIR Implementation Guide: DK Core (v2.1.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Henvisning vedr. modermærkekræft - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ServiceRequest;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "HenvisningFraLageTilSygehus"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"HenvisningFraLageTilSygehus\"> </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 \"HenvisningFraLageTilSygehus\" </p></div><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>priority</b>: asap</p><p><b>subject</b>: <a href=\"Patient-john.html\">Patient/john</a> \" MEYERHOFEN\"</p><p><b>authoredOn</b>: 2021-05-01</p><p><b>requester</b>: <a href=\"Organization-LaegerneHasserisBymidte.html\">Organization/LaegerneHasserisBymidte</a> \"Lægerne Hasseris Bymidte\"</p><p><b>reasonCode</b>: John henvises til onkologisk specialundersøgelse hurtigts muligt pga mistanke om modermærkekræft <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>reasonReference</b>: <a href=\"Condition-JohnMelanoma.html\">Condition/JohnMelanoma</a></p></div>"
  ];
  fhir:ServiceRequest.status [ fhir:value "active"];
  fhir:ServiceRequest.intent [ fhir:value "proposal"];
  fhir:ServiceRequest.priority [ fhir:value "asap"];
  fhir:ServiceRequest.subject [
     fhir:Reference.reference [ fhir:value "Patient/john" ]
  ];
  fhir:ServiceRequest.authoredOn [ fhir:value "2021-05-01"^^xsd:date];
  fhir:ServiceRequest.requester [
     fhir:Reference.reference [ fhir:value "Organization/LaegerneHasserisBymidte" ]
  ];
  fhir:ServiceRequest.reasonCode [
     fhir:index 0;
     fhir:CodeableConcept.text [ fhir:value "John henvises til onkologisk specialundersøgelse hurtigts muligt pga mistanke om modermærkekræft" ]
  ];
  fhir:ServiceRequest.reasonReference [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Condition/JohnMelanoma" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.