Finnish Base Profiles
1.0.0-rc24 - qa-preview Finland flag

This page is part of the Finnish Base Profiles (v1.0.0-rc24: QA Preview) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Patient with a 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/fi-base-security-label-cs",
        "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 ( National Identifier for Finland: 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 020: Akaa (version = 2003)</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",
        "version" : "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" : [
    {
      "text" : "Turva Henkilö",
      "family" : "Henkilö",
      "given" : [
        "Turva"
      ]
    }
  ],
  "birthDate" : "1990-01-01"
}