CHMED Implementation Guide
3.0.0-ci-build - ci-build Switzerland flag

CHMED Implementation Guide, published by IG eMediplan. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/chmed/ and changes regularly. See the Directory of published versions

: PRE 1 - Peter Muster - 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 "pre1-patient-petermuster"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://chmed.emediplan.ch/fhir/StructureDefinition/chmed-pre-patient"^^xsd:anyURI ;
fhir:link <http://chmed.emediplan.ch/fhir/StructureDefinition/chmed-pre-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Peter Muster </b> male, DoB: 1943-11-01 ( Medical record number/12345678)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>urn:oid:2.16.756.5.30.1.123.100.1.1.1</code>/80756012340245213019</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+41791234567\">+41 79 123 45 67</a></li><li>Bergstrasse 14 Waldlichtung 9299 </li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oid:2.999.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345678" ]
  ] [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.1.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "80756012340245213019" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Muster" ] ;
    ( fhir:given [ fhir:v "Peter" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+41 79 123 45 67" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1943-11-01"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Bergstrasse 14" ] ) ;
fhir:city [ fhir:v "Waldlichtung" ] ;
fhir:postalCode [ fhir:v "9299" ]
  ] ) . #