This page is part of the Finnish Base Profiles (v0.2.0: STU 1 Draft) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0-rc2. For a full list of available versions, see the Directory of published versions
: Patient - has TURVAKIELTO security label. - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "patient-with-turvakielto",
"meta" : {
"profile" : [
"https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-patient"
],
"security" : [
{
"system" : "https://hl7.fi/fhir/finnish-base-profiles/CodeSystem/SecurityLabelCS",
"code" : "TURVAKIELTO"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Turva Henkilö </b> (no stated gender), DoB: 1990-01-01 ( NNFIN: 010190-999X\u00a0(use:\u00a0OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension for home municipality. Home municipality is relevant for ex. in billing and listing available healthcare services, and for statistical purposes. It it not necessarily the place where a patient lives, rather closer to where they pay their taxes.\"><a href=\"StructureDefinition-municipality-code.html\">Municipality Code:</a></td><td colspan=\"3\"><ul><li>urn:oid:1.2.246.537.6.21.2003 020: Akaa</li></ul></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/municipality-code",
"valueCoding" : {
"system" : "urn:oid:1.2.246.537.6.21.2003",
"code" : "020",
"display" : "Akaa"
}
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NNFIN"
}
]
},
"system" : "urn:oid:1.2.246.21",
"value" : "010190-999X"
}
],
"active" : true,
"name" : [
{
"family" : "Henkilö",
"given" : [
"Turva"
]
}
],
"birthDate" : "1990-01-01"
}