Mal 0.1.0 - ci-build
Mal - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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 "Pasient-1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.no/fhir/ig/mal/StructureDefinition/mal-patient"^^xsd:anyURI ; fhir:l <http://hl7.no/fhir/ig/mal/StructureDefinition/mal-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Kari Elisabeth Hansen</strong></p><p>Fødselsnummer: 13031353453</p><p>Kjønn: Kvinne</p><p>Fødselsdato: 13. mars 1990</p><p>Telefon: +47 12 34 56 78 (mobil)</p><p>E-post: kari.hansen@example.no</p><p>Adresse: Storgata 123, 5020 Bergen, Norge</p></div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.4.1"^^xsd:anyURI ; fhir:l <urn:oid:2.16.578.1.12.4.1.4.1> ] ; fhir:value [ fhir:v "13031353453" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Hansen" ] ; ( fhir:given [ fhir:v "Kari" ] [ fhir:v "Elisabeth" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+47 12 34 56 78" ] ; fhir:use [ fhir:v "mobile" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "kari.hansen@example.no" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1990-03-13"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "Storgata 123" ] ) ; fhir:city [ fhir:v "Bergen" ] ; fhir:postalCode [ fhir:v "5020" ] ; fhir:country [ fhir:v "NO" ] ] ) . #