FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecom.sensotrend.multiProfileValidation
Resource TypePatient
IdPatient-patient-of-municipality.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient patient-of-municipality

Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))


Active:true
Contact Detail
Language:fi
Municipality Codeunknown: 020 (Akaa) (version = 2003 )

Source1

{
  "resourceType": "Patient",
  "id": "patient-of-municipality",
  "meta": {
    "profile": [
      "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-999Y"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Testi Henkilö",
      "family": "Henkilö",
      "given": [
        "Testi"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+358401234657"
    }
  ],
  "gender": "male",
  "birthDate": "1990-01-01",
  "address": [
    {
      "use": "home",
      "line": [
        "Testikatu 1",
        "37910 Akaa"
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.4.642.3.20",
            "code": "fi"
          }
        ]
      }
    }
  ]
}