Legemiddeldata fra institusjon til Legemiddelregisteret - Local Development build (v1.0.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Pasient-Med-DNR - 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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Pasient-Med-DNR"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-patient"^^xsd:anyURI ;
fhir:l <http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-patient> ] )
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:2.16.578.1.12.4.1.4.2"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.578.1.12.4.1.4.2> ] ;
fhir:value [ fhir:v "41667987421" ]
] ) ; #
fhir:birthDate [ fhir:v "1979-01-01"^^xsd:date] ; #
fhir:address ( [
fhir:state [ fhir:v "Vestland" ]
] ) . #