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

FHIR IG analytics

Packagegdrl.fhir.r4
Resource TypeObservation
IdExample_ReteLab_Observation_RisultatoSingolo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "esempio-observation-singolo",
  "meta": {
    "versionId": "1",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabObservationRisultati"
    ]
  },
  "status": "final",
  "effectiveDateTime": "2022-11-16T15:09:00+01:00",
  "code": {
    "coding": [
      {
        "code": "1453",
        "display": "Piastrine",
        "system": "http://loinc.org"
      },
      {
        "code": "1455@1",
        "system": "DN"
      }
    ]
  },
  "valueQuantity": {
    "value": 65,
    "unit": "g/dL"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "https://fhir.siss.regione.lombardia.it/ValueSet/StatoAnormalitaRisultato",
          "code": "HH",
          "display": "Fortemente sopra il livello minimo di normalità"
        }
      ]
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 13
      },
      "high": {
        "value": 16
      }
    }
  ],
  "subject": {
    "reference": "Patient/esempio-paziente-cittadino"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/esempio-servicerequest-completato"
    }
  ],
  "performer": [
    {
      "reference": "PractitionerRole/esempio-practitionerrole-responsabile-1"
    }
  ]
}