MedCom HomeCareObservation, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk_HomeCareObservations/ and changes regularly. See the Directory of published versions
: Acute nurse - 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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "b56708c6-2df3-4e4a-a110-2f924b9fc072"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitioner"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitioner> ] )
] ; #
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: Practitioner b56708c6-2df3-4e4a-a110-2f924b9fc072</b></p><a name=\"b56708c6-2df3-4e4a-a110-2f924b9fc072\"> </a><a name=\"hcb56708c6-2df3-4e4a-a110-2f924b9fc072\"> </a><a name=\"b56708c6-2df3-4e4a-a110-2f924b9fc072-da-DK\"> </a><p><b>name</b>: Mia </p><p><b>telecom</b>: <a href=\"tel:+4505577668\">+45 05577668</a></p></div>"
] ; #
fhir:name ( [
( fhir:given [ fhir:v "Mia" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+45 05577668" ]
] ) . #