FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | Observation |
| Id | zib-Education-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Patiënt heeft Geneeskunde gestudeerd. | |
| Code | Waarde |
|---|---|
| opleidingsniveau | Hbo-, wo-master, doctor |
{
"resourceType": "Observation",
"id": "zib-Education-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/zib-Education"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "105421008",
"display": "opleidingsniveau"
}
]
},
"subject": {
"reference": "Patient/nl-core-patient-01",
"display": "Johan XXX_Helleman"
},
"valueCodeableConcept": {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.24.1",
"code": "321",
"display": "Hbo-, wo-master, doctor"
}
]
},
"comment": "Patiënt heeft Geneeskunde gestudeerd."
}