Patsiendi üldandmete teenus / Master Patient Index
1.2.2 - trial-use
Publication Build: This will be filled in by the publication tooling
@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 "pat-unk"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-unknown"^^xsd:anyURI ;
fhir:link <https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-unknown> ] )
] ; #
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 pat-unk</b></p><a name=\"pat-unk\"> </a><a name=\"hcpat-unk\"> </a><a name=\"pat-unk-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-mpi-patient-unknown.html\">EE MPI Patient Unknown</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Malle Maasikas(nickname) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/mr#3456346)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Valukoja 10, Tallinn(temp)</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/mr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3456346" ]
] ) ; #
fhir:active [ fhir:v false] ; #
fhir:name ( [
fhir:use [ fhir:v "nickname" ] ;
fhir:text [ fhir:v "Malle Maasikas" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [
fhir:v "1973-02-10"^^xsd:date ;
( fhir:extension [
fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/date-accuracy-indicator"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AAA" ] ;
fhir:display [ fhir:v "Day, month and year are accurate" ] ] ] )
] ; #
fhir:address ( [
( fhir:extension [
fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-ads-adr-id"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ads-adr-id"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2280361" ] ] ] [
fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-ads-oid"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ads-oid"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ME03379409" ] ] ] ) ;
fhir:use [ fhir:v "temp" ] ;
fhir:text [ fhir:v "Valukoja 10, Tallinn" ] ;
fhir:country [ fhir:v "EE" ]
] ) . #
IG © 2023+ TEHIK. Package ee.fhir.mpi#1.2.2 based on FHIR 5.0.0. Generated 2025-04-17
Links: Table of Contents |
QA Report