Obligation Discussion, published by . This guide is not an authorized publication; it is the continuous build for version 0.5.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/obligation/ and changes regularly. See the Directory of published versions
: A) Patient 2 Example - 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 "APatient2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://obligation.oemig.de/fhir/StructureDefinition/APatientSenderProfile"^^xsd:anyURI ;
fhir:l <http://obligation.oemig.de/fhir/StructureDefinition/APatientSenderProfile> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient APatient2</b></p><a name=\"APatient2\"> </a><a name=\"hcAPatient2\"> </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-APatientSenderProfile.html\">A) Profile Sender Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Gabriele Mustermann (official) Male, DoB: 1993-08-14 ( http://fhir.test.de/abc#PAT123)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://fhir.test.de/abc"^^xsd:anyURI ;
fhir:l <http://fhir.test.de/abc> ] ;
fhir:value [ fhir:v "PAT123" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Mustermann" ] ;
( fhir:given [ fhir:v "Gabriele" ] )
] ) ; #
fhir:gender [
fhir:v "male" ;
( fhir:extension [
( fhir:extension [
fhir:url [
fhir:v "code"^^xsd:anyURI ;
fhir:l fhir:code ] ;
fhir:value [
a fhir:Code ;
fhir:v "SHALL:send" ] ] [
fhir:url [
fhir:v "actor"^^xsd:anyURI ;
fhir:l fhir:actor ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:ActorDefinition/ActorDefReceiverTest ;
fhir:reference [ fhir:v "ActorDefinition/ActorDefReceiverTest" ] ] ] [
fhir:url [
fhir:v "documentation"^^xsd:anyURI ;
fhir:l fhir:documentation ] ;
fhir:value [
a fhir:String ;
fhir:v "This is the test documentation." ] ] ) ;
fhir:url [
fhir:v "http://v2.hl7.org/fhir/StructureDefinition/new-obligation"^^xsd:anyURI ;
fhir:l <http://v2.hl7.org/fhir/StructureDefinition/new-obligation> ] ] )
] ; #
fhir:birthDate [
fhir:v "1993-08-14"^^xsd:date ;
( fhir:extension [
( fhir:extension [
fhir:url [
fhir:v "code"^^xsd:anyURI ;
fhir:l fhir:code ] ;
fhir:value [
a fhir:Code ;
fhir:v "SHALL:print" ] ] ) ;
fhir:url [
fhir:v "http://v2.hl7.org/fhir/StructureDefinition/new-obligation"^^xsd:anyURI ;
fhir:l <http://v2.hl7.org/fhir/StructureDefinition/new-obligation> ] ] )
] ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-MaritalStatus> ] ;
fhir:code [ fhir:v "M" ] ] )
] . #