Netherlands - Generic Functions for data exchange Implementation Guide
0.3.0 - ci-build Netherlands flag

Netherlands - Generic Functions for data exchange Implementation Guide, published by Stichting Nuts. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nuts-foundation/nl-generic-functions-ig/ and changes regularly. See the Directory of published versions

: Example NL Generic Functions Localization DocumentReference - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/DocumentReference/52b792ba-11ae-42f3-bcc1-231f333f2317> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "52b792ba-11ae-42f3-bcc1-231f333f2317"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-localization-documentreference" ;
       fhir:index 0 ;
       fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-localization-documentreference>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference 52b792ba-11ae-42f3-bcc1-231f333f2317</b></p><a name=\"52b792ba-11ae-42f3-bcc1-231f333f2317\"> </a><a name=\"hc52b792ba-11ae-42f3-bcc1-231f333f2317\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-gf-localization-documentreference.html\">NL Generic Functions Localization DocumentReference Profile</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 55188-7}\">Patient data Document</span></p><p><b>subject</b>: Identifier: <a href=\"NamingSystem-pseudo-bsn.html\" title=\"This Patient identifier represents a pseudonymized BSN.\">Pseudonymized BSN</a>/123456789</p><p><b>custodian</b>: Identifier: Ura/22222222</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/json+fhir</td><td><a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&amp;canonical=https://cp2-test.example.org/fhirr4/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d\">https://cp2-test.example.org/fhirr4/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d</a></td></tr></table></blockquote></div>"
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:55188-7 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "55188-7" ] ;
       fhir:Coding.display [ fhir:value "Patient data Document" ]
     ]
  ] ;
  fhir:DocumentReference.subject [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/pseudo-bsn" ] ;
       fhir:Identifier.value [ fhir:value "123456789" ]
     ]
  ] ;
  fhir:DocumentReference.custodian [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
       fhir:Identifier.value [ fhir:value "22222222" ]
     ]
  ] ;
  fhir:DocumentReference.content [
     fhir:index 0 ;
     fhir:DocumentReference.content.attachment [
       fhir:Attachment.contentType [ fhir:value "application/json+fhir" ] ;
       fhir:Attachment.url [ fhir:value "https://cp2-test.example.org/fhirr4/Patient/27e58ece-409e-44f9-8cc1-b33495a0ef9d" ]
     ]
  ] .

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

<http://hl7.org/fhir/DocumentReference/52b792ba-11ae-42f3-bcc1-231f333f2317.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DocumentReference/52b792ba-11ae-42f3-bcc1-231f333f2317.ttl> .