FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-JohnsServiceRequest.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest JohnsServiceRequest
status: Active
intent: Plan
category: hjemmesygepleje
priority: Routine
code: sårbehandling og -pleje
orderDetail: overvågning af forbindingskift/sårpleje
subject: Johnny Male, DoB: 1960-01-02 ( urn:oid:1.2.208.176.1.2#0201609995)
{
"resourceType": "ServiceRequest",
"id": "JohnsServiceRequest",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-person-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/554471000005108",
"code": "658161000005107",
"display": "hjemmesygepleje"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/554471000005108",
"code": "225358003",
"display": "sårbehandling og -pleje"
}
]
},
"orderDetail": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/554471000005108",
"code": "410379003",
"display": "overvågning af forbindingskift/sårpleje"
}
]
}
],
"subject": {
"reference": "Patient/john"
}
}