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

FHIR IG analytics

Packagehl7.fhir.dk.core
Resource TypeObservation
IdObservation-MaxConsciousness.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 MaxConsciousness

status: Final

category: Vital Signs

code: 80288-4

subject: Mr. Max Test Berggren(official) Male, DoB: 1972-07-01 ( urn:oid:1.2.208.176.1.2#0107729995)

effective: 2023-08-08 13:30:00+0000

value: Responds to pain

method: Reported


Source1

{
  "resourceType": "Observation",
  "id": "MaxConsciousness",
  "meta": {
    "profile": [
      "http://hl7.dk/fhir/core/StructureDefinition/dk-core-observation"
    ]
  },
  "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",
        "version": "http://snomed.info/sct/554471000005108",
        "code": "80288-4"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Max"
  },
  "effectiveDateTime": "2023-08-08T13:30:00.000Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/554471000005108",
        "code": "450847001"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/554471000005108",
        "code": "733985002",
        "display": "Reported"
      }
    ]
  }
}