FHIR IG analytics| Package | com.sensotrend.multiProfileValidation |
| Resource Type | Patient |
| Id | Patient-patient-valid.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-valid
Profiles: FI Base Patient, Patient (EU core)
John Doe (no stated gender), DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))
| Active: | true | ||
| Municipality Code | unknown: 020 (Akaa) (version = 2003 ) | ||
| Patient Birth Place | Helsinki Finland | ||
{
"resourceType": "Patient",
"id": "patient-valid",
"meta": {
"profile": [
"https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-patient",
"http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
]
},
"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"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"city": "Helsinki",
"country": "Finland",
"_country": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
"valueCoding": {
"system": "urn:iso:std:iso:3166",
"code": "FI",
"display": "Finland"
}
}
]
}
}
}
],
"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"
}