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

FHIR IG analytics

Packagepc.ig
Resource TypeBasic
IdBasic-clinical-variable-example-1.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: Basic clinical-variable-example-1

Patient ID relationship: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

Date: 2025-01-15

Weight: 72.5

Height: 175

Systolic blood pressure: 120

Diastolic blood pressure: 75

Heart rate: 68

Oxygen saturation: 98

Temperature: 37

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id/CV0001

code: Vital signs


Source1

{
  "resourceType": "Basic",
  "id": "clinical-variable-example-1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-patient-ref",
      "valueReference": {
        "reference": "Patient/ExamplePatientTransplant1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-date",
      "valueDate": "2025-01-15"
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-weight",
      "valueDecimal": 72.5
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-height",
      "valueDecimal": 175
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-systolic-blood-pressure",
      "valueInteger": 120
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-diastolic-blood-pressure",
      "valueInteger": 75
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-heart-rate",
      "valueInteger": 68
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-oxygen-saturation",
      "valueInteger": 98
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable-temperature",
      "valueInteger": 37
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id",
      "value": "CV0001"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-variable-type",
        "code": "vitals",
        "display": "Vital signs"
      }
    ]
  }
}