FHIR IG analytics| Package | com.sensotrend.multiProfileValidation |
| Resource Type | Patient |
| Id | Patient-patient-of-municipality.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-of-municipality
Profile: FI Base Patient
Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))
| Active: | true | ||
| Contact Detail |
| ||
| Language: | fi | ||
| Municipality Code | unknown: 020 (Akaa) (version = 2003 ) | ||
{
"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"
}
]
}
}
]
}