FHIR IG analytics| Package | kl.dk.fhir.core |
| Resource Type | ClinicalImpression |
| Id | ClinicalImpression-NursingStatusMark.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ClinicalImpression
Resource ClinicalImpression "NursingStatusMark"
Profile: InformationGathering
BasedOnServiceRequest: ServiceRequest/HenvendelseVedrSygeplejeMark
status: completed
code: sygeplejefaglig udredning, FSIII (CareSocialCodes#47fd1468-89da-4803-9d7a-ecc039a30d92)
subject: Patient/Mark " JENSEN"
encounter: Encounter/MarkogUdredningSygepleje
effective: 2020-06-05
assessor: Practitioner/HanneFraVisitationenAalborg " SIMONSEN"
investigation
code: Respiration og cirkulation (FSIII#I7)
investigation
code: Hud og slimhinder (FSIII#I4)
| - | ItemReference |
| * | Condition/ConditionPressureUlcer |
{
"resourceType": "ClinicalImpression",
"id": "NursingStatusMark",
"meta": {
"profile": [
"http://fhir.kl.dk/core/StructureDefinition/KLCommonCareSocialInformationGathering"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.kl.dk/core/StructureDefinition/BasedOnServiceRequest",
"valueReference": {
"reference": "ServiceRequest/HenvendelseVedrSygeplejeMark"
}
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes",
"code": "47fd1468-89da-4803-9d7a-ecc039a30d92",
"display": "sygeplejefaglig udredning, FSIII"
}
]
},
"subject": {
"reference": "Patient/Mark"
},
"encounter": {
"reference": "Encounter/MarkogUdredningSygepleje"
},
"effectiveDateTime": "2020-06-05",
"assessor": {
"reference": "Practitioner/HanneFraVisitationenAalborg"
},
"investigation": [
{
"code": {
"coding": [
{
"system": "urn:oid:1.2.208.176.2.21",
"code": "I7",
"display": "Respiration og cirkulation"
}
]
},
"item": [
{
"reference": "Observation/RespirationCirculationInformationMark"
}
]
},
{
"code": {
"coding": [
{
"system": "urn:oid:1.2.208.176.2.21",
"code": "I4",
"display": "Hud og slimhinder"
}
]
},
"item": [
{
"reference": "Observation/SkinInformationMark"
}
]
}
],
"finding": [
{
"itemReference": {
"reference": "Condition/ConditionPressureUlcer"
}
}
]
}