FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekl.dk.fhir.ffinst
Resource TypeObservation
IdObservation-HelenePainVAS.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation

Resource Observation "HelenePainVAS"

Profile: PainVAS

AssociatedConditions: Pain (SNOMED CT#22253000)

FindingInformer: Borger (KLToolsCodes#a3d30bf2-4a3c-4c49-9001-5363ae11681c)

status: final

code: Visual analog scale pain score (observable entity) (SNOMED CT#443394008)

subject: Patient/Helene " MARKUSSEN"

value: 20

note: Jeg havde ikke en rigtig VAS skala med, så jeg tegnede en på papir, og lod borger pege på den hjemmelavede VAS

method: Afvigelse i test-setup (KLToolsCodes#a3231c9a-5569-49c4-8760-4fffbf0b2b80)


Source1

{
  "resourceType": "Observation",
  "id": "HelenePainVAS",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/ffinst/StructureDefinition/KLToolsCarePainVAS"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.kl.dk/ffinst/StructureDefinition/AssociatedConditions",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "22253000"
          }
        ]
      }
    },
    {
      "url": "http://fhir.kl.dk/ffinst/StructureDefinition/FindingInformer",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.kl.dk/ffinst/CodeSystem/KLToolsCodes",
            "code": "a3d30bf2-4a3c-4c49-9001-5363ae11681c",
            "display": "Borger"
          }
        ]
      }
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "443394008"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Helene"
  },
  "valueInteger": 20,
  "note": [
    {
      "text": "Jeg havde ikke en rigtig VAS skala med, så jeg tegnede en på papir, og lod borger pege på den hjemmelavede VAS"
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://fhir.kl.dk/ffinst/CodeSystem/KLToolsCodes",
        "code": "a3231c9a-5569-49c4-8760-4fffbf0b2b80",
        "display": "Afvigelse i test-setup"
      }
    ]
  }
}