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

FHIR IG analytics

Packagekl.dk.fhir.ffinst
Resource TypeObservation
IdObservation-HeleneBodyTemperature.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 "HeleneBodyTemperature"

Profile: Body temperature

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: Body temperature (LOINC#8310-5; SNOMED CT#276885007)

subject: Patient/Helene " MARKUSSEN"

effective: 2019-01-09 17:45:00+0000

value: 38 grader celcius (Details: UCUM code Cel = 'Cel')

method: Ingen problemer med test-setup og borgers udførelse (KLToolsCodes#4a069078-c3c3-4c67-899d-4e8876026f48Ja; SNOMED CT#272391002)


Source1

{
  "resourceType": "Observation",
  "id": "HeleneBodyTemperature",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/ffinst/StructureDefinition/KLToolsCareBodyTemperature"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "276885007"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Helene"
  },
  "effectiveDateTime": "2019-01-09T17:45:00.000Z",
  "valueQuantity": {
    "value": 38,
    "unit": "grader celcius",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  },
  "method": {
    "coding": [
      {
        "system": "http://fhir.kl.dk/ffinst/CodeSystem/KLToolsCodes",
        "code": "4a069078-c3c3-4c67-899d-4e8876026f48Ja"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "272391002"
      }
    ]
  }
}