Example in C-CDA on FHIR1.2.0
Observation

observation-vitals-temp

final
Observation-observation-vitals-temp.json

Resource Details

Resource Type
Observation
Resource ID
observation-vitals-temp
Conforms To
http://hl7.org/fhir/StructureDefinition/vitalsigns

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Observation",
  "id": "observation-vitals-temp",
  "filename": "Observation-observation-vitals-temp.json",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/vitalsigns"
  ],
  "lastUpdated": "2020-08-12T21:30:21.122+00:00",
  "status": "final",
  "code": {
    "system": "http://loinc.org",
    "code": "8310-5",
    "display": "Body temperature"
  },
  "category": "vital-signs"
}