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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeObservation
IdObservation-specimen-hepatitis-b-serology.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 specimen-hepatitis-b-serology

basedOn: ServiceRequest Hepatitis B surface antibody measurement

status: Final

category: Laboratory, Serology

code: Hepatitis B surface Ab

subject: Stella Franklin (official) Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)

effective: 2019-09-25 08:20:00+0000

performer: Organization ACME Pathology

value: >10 IU/L

specimen: Specimen: accessionIdentifier = https://example.com/labs/accession-ids#1978881817; type = Serum specimen

ReferenceRanges

-Low
*10 IU/L

Source1

{
  "resourceType": "Observation",
  "id": "specimen-hepatitis-b-serology",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-pathologyresult"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/hepatitis-b-antibody"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "SR",
          "display": "Serology"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "16935-9"
      }
    ],
    "text": "Hepatitis B surface Ab"
  },
  "subject": {
    "reference": "Patient/example0"
  },
  "effectiveDateTime": "2019-09-25T08:20:00Z",
  "performer": [
    {
      "reference": "Organization/example6"
    }
  ],
  "valueQuantity": {
    "value": 10,
    "comparator": ">",
    "unit": "IU/L"
  },
  "specimen": {
    "reference": "Specimen/serum"
  },
  "referenceRange": [
    {
      "low": {
        "value": 10,
        "unit": "IU/L"
      }
    }
  ]
}