FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | Observation |
| Id | WoundCharacteristics-02.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Code | Waarde |
|---|---|
| Wound observable (observable entity) | |
| lengte van verwonding | 3 cm |
| breedte van verwonding | 2 cm |
| Photographic image | ![]() |
{
"resourceType": "Observation",
"id": "WoundCharacteristics-02",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/WoundCharacteristics"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/event-reasonReference",
"valueReference": {
"reference": "Condition/zib-pressureulcer-01",
"display": "PressureUlcer"
}
}
],
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "17ebbbfd-8fdf-11ec-3181-020000000000"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "364554009",
"display": "Wound observable (observable entity)"
}
]
},
"subject": {
"reference": "Patient/nl-core-patient-01",
"display": "Johan XXX_Helleman"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "39126-8",
"display": "lengte van verwonding"
}
]
},
"valueQuantity": {
"value": 3,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "39125-0",
"display": "breedte van verwonding"
}
]
},
"valueQuantity": {
"value": 2,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "72170-4",
"display": "Photographic image"
}
]
},
"valueAttachment": {
"contentType": "image/png",
"language": "en-AU",
"url": "http://www.acme.com/logo-small.png",
"title": "Official Corporate Logo"
}
}
]
}