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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeObservation
IdObservation-VitalSignExample1.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 VitalSignExample1

Profile: Vital Sign

identifier: ProtectChildVitalSignId/VS-001

status: Final

category: Vital Signs

code: Vital signs panel

subject: Anonymous Patient Female, DoB Unknown ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

encounter: Encounter: identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit#V000001; status = finished; class = ambulatory (ActCode#AMB); type = 1 month visit; period = 2023-09-15 --> (ongoing)

effective: 2023-09-15

component

code: Systolic blood pressure

value: 118 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure

value: 75 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Heart rate

value: 72 bpm (Details: UCUM code/min = '/min')

component

code: Body temperature

value: 36.7 °C (Details: UCUM codeCel = 'Cel')

component

code: Body mass index (BMI) [Ratio]

value: 17.4 kg/m² (Details: UCUM codekg/m2 = 'kg/m2')


Source1

{
  "resourceType": "Observation",
  "id": "VitalSignExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/vital-sign"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/vital-sign-id",
      "value": "VS-001"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/vital-sign-local-cs",
        "code": "vital-signs-panel",
        "display": "Vital signs panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "encounter": {
    "reference": "Encounter/VisitExample1"
  },
  "effectiveDateTime": "2023-09-15",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 118,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 75,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8867-4",
            "display": "Heart rate"
          }
        ]
      },
      "valueQuantity": {
        "value": 72,
        "unit": "bpm",
        "system": "http://unitsofmeasure.org",
        "code": "/min"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8310-5",
            "display": "Body temperature"
          }
        ]
      },
      "valueQuantity": {
        "value": 36.7,
        "unit": "°C",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39156-5",
            "display": "Body mass index (BMI) [Ratio]"
          }
        ]
      },
      "valueQuantity": {
        "value": 17.4,
        "unit": "kg/m²",
        "system": "http://unitsofmeasure.org",
        "code": "kg/m2"
      }
    }
  ]
}