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

FHIR IG analytics

Packagehealthhub.fhir
Resource TypeObservation
IdTestFil1.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": "gen1",
  "meta": {
    "profile": [
      "https://healthhub.dk/fhir/StructureDefinition/healthhub-clinical-chemistry-and-immunology"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "LetterStatisticalCode",
          "valueString": "RPT01"
        },
        {
          "url": "SenderLocationNumber",
          "valueString": "5790000120280"
        },
        {
          "url": "ReceiverLocationNumber",
          "valueString": "5790000120282"
        },
        {
          "url": "EnvelopeSentDate",
          "valueDate": "2023-06-20"
        },
        {
          "url": "EnvelopeSentTime",
          "valueTime": "17:45:00.000"
        },
        {
          "url": "EnvelopeNumber",
          "valueString": "162397297"
        },
        {
          "url": "LetterNumber",
          "valueString": "101746990"
        }
      ],
      "url": "https://healthhub.dk/fhir/StructureDefinition/header-observation"
    },
    {
      "extension": [
        {
          "url": "SenderId",
          "valueString": "275881000016011"
        },
        {
          "url": "SenderCode",
          "valueString": "SOR"
        },
        {
          "url": "SenderCodeOrganization",
          "valueString": "SST"
        },
        {
          "url": "SenderOrganizationName",
          "valueString": "Aa"
        },
        {
          "url": "SenderDepartmentName",
          "valueString": "Aalborg Universitetshospital"
        }
      ],
      "url": "https://healthhub.dk/fhir/StructureDefinition/sender-observation"
    },
    {
      "extension": [
        {
          "url": "ReceiverId",
          "valueString": "001821"
        },
        {
          "url": "ReceiverCode",
          "valueString": "YNR"
        },
        {
          "url": "ReceiverCodeOrganization",
          "valueString": "SFU"
        },
        {
          "url": "ReceiverOrganizationName",
          "valueString": "001821"
        },
        {
          "url": "ReceiverDepartmentName",
          "valueString": "Lægerne Søndergade"
        },
        {
          "url": "ReceiverAddress",
          "valueString": "Søndergade 18"
        },
        {
          "url": "ReceiverCity",
          "valueString": "Aabybro"
        },
        {
          "url": "ReceiverZipCode",
          "valueString": "9440"
        }
      ],
      "url": "https://healthhub.dk/fhir/StructureDefinition/receiver-observation"
    },
    {
      "extension": [
        {
          "url": "RequisitionSampleIdentifier",
          "valueString": "107680610755"
        },
        {
          "url": "LaboratoryInternalSampleIdentifier",
          "valueString": "107680610755"
        }
      ],
      "url": "https://healthhub.dk/fhir/StructureDefinition/requisition-observation"
    },
    {
      "extension": [
        {
          "url": "ProducerCode",
          "valueString": "AA"
        },
        {
          "url": "Producer",
          "valueString": "Aalborg KBA"
        }
      ],
      "url": "https://healthhub.dk/fhir/StructureDefinition/producer-observation"
    },
    {
      "extension": [
        {
          "url": "Format",
          "valueString": "P00"
        },
        {
          "url": "ObjectFileName",
          "valueString": "PDF"
        },
        {
          "url": "ObjectReferenceNumber",
          "valueString": "a00c07e15caf6t4eb667153a7092128u"
        },
        {
          "url": "ObjectType",
          "valueString": "VGR"
        },
        {
          "url": "ObjectExtension",
          "valueString": "PDF"
        }
      ],
      "url": "https://healthhub.dk/fhir/StructureDefinition/binary-observation"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:1.2.208.176.1.4",
      "value": "123456"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "urn:oid:1.2.208.176.2.1",
        "code": "NPU27300",
        "display": "Hæmoglobin A1c (IFCC);Hb(B)"
      }
    ],
    "text": "Hb(B)-Hæmoglobin A1c (IFCC)"
  },
  "subject": {
    "reference": "patient/2512489996"
  },
  "effectiveDateTime": "2022-09-12T17:45:00.000Z",
  "issued": "2023-09-12T17:45:00+00:00",
  "performer": [
    {
      "reference": "practitioner/0101010101",
      "identifier": {
        "system": "urn:oid:1.2.208.176.1.2",
        "value": "0101010101"
      }
    }
  ],
  "valueQuantity": {
    "value": 46,
    "unit": "mmol/mol"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Med forbehold for hæmolyse"
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 31,
        "unit": "mmol/mol"
      },
      "high": {
        "value": 44,
        "unit": "mmol/mol"
      }
    }
  ]
}