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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4b
Resource TypeObservation
IdObservation-observation-example-ach-pass2-aptt.json
FHIR VersionR4B

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 observation-example-ach-pass2-aptt

basedOn: ServiceRequest aPTT in Blood by Coagulation assay

status: Final

category: Laboratory

code: aPTT

subject: Pass2 ACH

encounter: Hospital Admission

effective: 2024-02-02 11:24:00-0500

issued: 2024-02-02 11:29:00-0500

performer: Practitioner Example Practitioner

value: 8 s (Details: UCUM codes = 's')

specimen: Specimen: identifier = http://example.org/identifiers/798.32#C104082902,http://example.org/identifiers/798.800#C10408290:42; type = Blood venous; receivedTime = 2024-01-31 22:50:00-0500


Source1

{
  "resourceType": "Observation",
  "id": "observation-example-ach-pass2-aptt",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-observation-lab|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/servicerequest-example-ach-ach-pass2-aptt"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "version": "1.0.0",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "3173-2",
        "display": "aPTT in Blood by Coagulation assay"
      }
    ],
    "text": "aPTT"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass2",
    "display": "Pass2 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass2-inpatient",
    "display": "Hospital Admission"
  },
  "effectiveDateTime": "2024-02-02T11:24:00-05:00",
  "issued": "2024-02-02T11:29:00-05:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueQuantity": {
    "value": 8,
    "unit": "s",
    "system": "http://unitsofmeasure.org",
    "code": "s"
  },
  "specimen": {
    "reference": "Specimen/specimen-example-ach-ach-pass2-blood-1"
  }
}