FHIR IG analytics| Package | com.sensotrend.multiProfileValidation |
| Resource Type | Patient |
| Id | Patient-patient-with-turvakielto.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-with-turvakielto
Profile: FI Base Patient
Security Label: Turvakielto (Details: Finnish CodeSystem for security labels code TURVAKIELTO = 'Turvakielto')
John Doe (no stated gender), DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))
| Active: | true | ||
| Municipality Code | unknown: 020 (Akaa) (version = 2003 ) | ||
{
"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": "<!-- 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-999X"
}
],
"active": true,
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"birthDate": "1990-01-01"
}