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

FHIR IG analytics

Packagehl7.fhir.us.ccda.r4b
Resource TypeObservation
IdObservation-observation-vitals-temp.json
FHIR VersionR4B

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 observation-vitals-temp

version: 6; Last updated: 2020-08-12 21:30:21+0000;

Information Source: #csn482LCsnDWyxbW

Profile: Vital Signs Profile

status: Final

category: Vital Signs

code: temperature

subject: Amy Shaw

effective: 1999-07-02

value: 36.55556 Cel (Details: UCUM codeCel = 'Cel')


Source1

{
  "resourceType": "Observation",
  "id": "observation-vitals-temp",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2020-08-12T21:30:21.122+00:00",
    "source": "#csn482LCsnDWyxbW",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/vitalsigns"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      }
    ],
    "text": "temperature"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "1999-07-02",
  "valueQuantity": {
    "value": 36.55556,
    "unit": "Cel",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  }
}