FHIR IG analytics| Package | hl7.fhir.us.lower-extremity-skin-wound-assessment |
| Resource Type | Observation |
| Id | Observation-skinwoundedge-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "skinwoundedge-example"
Profile: WoundEdge
Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActReason
identifier: id: watt-scenario-skin-wound-edge-1001
status: final
category: Exam (Observation Category Codes#exam)
code: Wound edge panel (LOINC#89256-2)
subject: Patient/patient-example " SHAW"
effective: 2016-03-26
performer: Practitioner/practitioner-example " BONE"
hasMember:
{
"resourceType": "Observation",
"id": "skinwoundedge-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundEdge"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST",
"display": "test health data"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://acme.org/identifiers",
"value": "watt-scenario-skin-wound-edge-1001"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "89256-2",
"display": "Wound edge panel"
}
],
"text": "Wound edge panel"
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2016-03-26",
"performer": [
{
"reference": "Practitioner/practitioner-example"
}
],
"hasMember": [
{
"reference": "Observation/skinwoundedgecolor-example"
},
{
"reference": "Observation/skinwoundedgedescription-example"
}
]
}