German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Patient (Billing Claims) - 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 "BillingClaimPatientExample"] ; #
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 BillingClaimPatientExample</b></p><a name=\"BillingClaimPatientExample\"> </a><a name=\"hcBillingClaimPatientExample\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Erika Musterfrau Female, DoB: 1965-07-20 ( http://fhir.de/NamingSystem/gkv/kvid-10#A987654321)</p><hr/></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://fhir.de/NamingSystem/gkv/kvid-10"^^xsd:anyURI ;
fhir:l <http://fhir.de/NamingSystem/gkv/kvid-10> ] ;
fhir:value [ fhir:v "A987654321" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Musterfrau" ] ;
( fhir:given [ fhir:v "Erika" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1965-07-20"^^xsd:date] . #