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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeObservation
IdObservation-LIS.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": "HC40-UNITY.observation",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Observation_Eng"
    ]
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/example"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://cct.eng.it/FHIR/schema/observation-code-hc40unityAnalyticManager",
        "code": "00010",
        "display": "Codice risultato"
      }
    ]
  },
  "effectiveDateTime": "2022-03-24T00:00:00+01:00",
  "issued": "2022-09-05T14:51:00+02:00",
  "performer": [
    {
      "extension": [
        {
          "url": "http://cct.eng.it/FHIR/schema/observation-performerType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://cct.eng.it/FHIR/schema/observation-performerTypeCode",
                "code": "VAL",
                "display": "medico validante"
              }
            ]
          }
        }
      ],
      "reference": "PractitionerRole/Ute1"
    },
    {
      "extension": [
        {
          "url": "http://cct.eng.it/FHIR/schema/observation-performerType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://cct.eng.it/FHIR/schema/observation-performerTypeCode",
                "code": "REF",
                "display": "medico refertante"
              }
            ]
          }
        }
      ],
      "reference": "PractitionerRole/Ute1"
    }
  ],
  "valueString": "campione da processare",
  "method": {
    "coding": [
      {
        "system": "http://cct.eng.it/FHIR/schema/observation-method-hc40unityAnalyticManager",
        "code": "methodical"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Valore normale"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "HH",
          "display": "Valore patologico"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "Valore di attenzione"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Specimen is grossly lipemic"
    }
  ],
  "specimen": {
    "reference": "Specimen/101"
  },
  "device": {
    "identifier": {
      "system": "http://www.hc40unityAnalyticManager.it/device-identifier",
      "value": "AIA1800b"
    }
  }
}