mamaTotofhirIG, published by IntelliSOFT Consulting Ke. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions
: BeneficiaryExample - 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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BeneficiaryExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/BeneficiaryRegistry"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/BeneficiaryRegistry> ] )
] ; #
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: Patient BeneficiaryExample</b></p><a name=\"BeneficiaryExample\"> </a><a name=\"hcBeneficiaryExample\"> </a><a name=\"BeneficiaryExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe Male, DoB: 1980-06-03 ( DE1)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://example.org/CodeSystem/MMT.A DE16}\">SINGLE</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">ph: 555-1234</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://example.org/beneficiary"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE1" ] ] ) ] ;
fhir:value [ fhir:v "12453" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:text [ fhir:v "John Doe" ] ;
fhir:family [ fhir:v "Doe" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-1234" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1980-06-03"^^xsd:date] ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://example.org/CodeSystem/MMT.A"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE16" ] ] )
] . #