This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
: MinimalRelatedPerson - 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:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MinimalRelatedPerson"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationRelatedPerson"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationRelatedPerson> ] )
] ; #
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: RelatedPerson MinimalRelatedPerson</b></p><a name=\"MinimalRelatedPerson\"> </a><a name=\"hcMinimalRelatedPerson\"> </a><a name=\"MinimalRelatedPerson-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-CommunicationPatient.html\">Ture Testman(official) Male, DoB: 1905-05-12 ( urn:oid:1.2.752.129.2.1.3.1#191905121233)</a></p><p><b>relationship</b>: <span title=\"Codes:\">NOK</span></p></div>"
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/CommunicationPatient" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:code [ fhir:v "NOK" ] ] )
] ) . #