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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeServiceRequest
IdServiceRequest-hepatitis-b-antibody.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: ServiceRequest hepatitis-b-antibody

identifier: Placer Identifier/1122334455

status: Completed

intent: Order

code: Hepatitis B surface antibody

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

authoredOn: 2019-09-23

requester: PractitionerRole General practitioner

reasonCode: Hepatitis B surface antibody status


Source1

{
  "resourceType": "ServiceRequest",
  "id": "hepatitis-b-antibody",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC",
            "display": "Placer Identifier"
          }
        ]
      },
      "system": "https://dfmc.example.com/labs/order-identifier",
      "value": "1122334455",
      "assigner": {
        "reference": "Organization/example3",
        "display": "Devonport Family Medicine Clinic"
      }
    }
  ],
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "65911000",
        "display": "Hepatitis B surface antibody measurement"
      }
    ],
    "text": "Hepatitis B surface antibody"
  },
  "subject": {
    "reference": "Patient/example0"
  },
  "authoredOn": "2019-09-23",
  "requester": {
    "reference": "PractitionerRole/example3"
  },
  "reasonCode": [
    {
      "text": "Hepatitis B surface antibody status"
    }
  ]
}