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

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypeObservation
IdObservation-AbdominalPainExample.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 AbdominalPainExample

status: Final

code: Abdominal pain

subject: Identifier: https://www.telemonitoring-prescription.com/FHIR/patient/D358D4B4-6007-4C3E-A33B-056773F45DC9

effective: 2024-11-15 09:56:00+0000 --> 2024-11-15 09:57:00+0000

performer: PractitionerRole Nurse

value: 6


Generated Narrative: PractitionerRole #nurse

code: Nurse


Source1

{
  "resourceType": "Observation",
  "id": "AbdominalPainExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "PractitionerRole",
      "id": "nurse",
      "meta": {
        "profile": [
          "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole"
        ]
      },
      "code": [
        {
          "coding": [
            {
              "system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
              "code": "persnurse",
              "display": "Nurse"
            }
          ]
        }
      ]
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "21522001"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://www.telemonitoring-prescription.com/FHIR/patient",
      "value": "D358D4B4-6007-4C3E-A33B-056773F45DC9"
    }
  },
  "effectivePeriod": {
    "start": "2024-11-15T09:56:00+00:00",
    "end": "2024-11-15T09:57:00+00:00"
  },
  "performer": [
    {
      "reference": "#nurse"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA10138-8"
      }
    ]
  }
}