0.1.0 - ci-build
igeMedicationat - Local Development build (v0.1.0). See the Directory of published versions
@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 "AustrianPatientExample01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.at/fhir/4.0.1/eMedicationAT/StructureDefinition/austrian-patient"^^xsd:anyURI ;
fhir:link <http://hl7.at/fhir/4.0.1/eMedicationAT/StructureDefinition/austrian-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>Max Mustermann </b> male, DoB: 1900-01-01 ( Social Security Number: 1234010100)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"mailto:office@hl7.at\">office@hl7.at</a></li><li><a href=\"tel:+436501234567890\">+436501234567890</a></li><li>Landstrasse 1 Stock 9 Tür 42 Linz Oberösterreich 4020 AUT (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes: {urn:oid:1.0.3166.1.2.3 AUT}\">Österreich</span></li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.16.1.4.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "162" ] ;
fhir:display [ fhir:v "Pastafarianismus" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.at/fhir/4.0.1/eMedicationAT/StructureDefinition/patientReligion"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.0.3166.1.2.3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AUT" ] ;
fhir:display [ fhir:v "Österreich" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-citizenship"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SS" ] ;
fhir:display [ fhir:v "Social Security Number" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:1.2.40.0.10.1.4.3.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234010100" ] ;
fhir:assigner [
fhir:display [ fhir:v "Hauptverband der österreichischen Sozialversicherungsträger" ] ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Mustermann" ] ;
( fhir:given [ fhir:v "Max" ] ) ;
( fhir:prefix [ fhir:v "DI" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "office@hl7.at" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+436501234567890" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1900-01-01"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
( fhir:line [
fhir:v "Landstrasse 1 Stock 9 Tür 42" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Landstrasse" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Stock 9 Tür 42" ] ] ) ] ) ;
fhir:city [ fhir:v "Linz" ] ;
fhir:state [ fhir:v "Oberösterreich" ] ;
fhir:postalCode [ fhir:v "4020" ] ;
fhir:country [ fhir:v "AUT" ]
] ) . #
IG © 2023+ HL7 Austria. Package eMedication-at.example#0.1.0 based on FHIR® 4.0.1. Generated 2023-03-14
Links: Table of Contents |
QA Report