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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeServiceRequest
IdServiceRequest-path-example0.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 path-example0

Patient Sex Parameter For Clinical Use

  • value: Apply female-typical setting or reference range
  • comment: Apply female-type setting for Haematology, Lipids, LFT, TSH, T4 pathology tests

identifier: Placer Identifier/789012345

status: Active

intent: Order

code: Full blood count

subject: Patricia Roth Male, DoB: 1974-12-25 ( Medical record number (use: usual, ))

authoredOn: 2022-04-02

requester: PractitionerRole General practitioner

performer: Organization ACME Pathology

reasonCode: Past history lymphoma


Source1

{
  "resourceType": "ServiceRequest",
  "id": "path-example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-servicerequest"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-sexParameterForClinicalUse",
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use",
                "code": "female-typical",
                "display": "Apply female-typical setting or reference range"
              }
            ]
          }
        },
        {
          "url": "comment",
          "valueString": "Apply female-type setting for Haematology, Lipids, LFT, TSH, T4 pathology tests"
        }
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC",
            "display": "Placer Identifier"
          }
        ]
      },
      "system": "https://albionhospital.example.com/labs/order-identifier",
      "value": "789012345",
      "assigner": {
        "reference": "Organization/example1",
        "display": "Albion Hospital"
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "26604007",
        "display": "Full blood count"
      }
    ],
    "text": "Full blood count"
  },
  "subject": {
    "reference": "Patient/example-sex-and-gender"
  },
  "authoredOn": "2022-04-02",
  "requester": {
    "reference": "PractitionerRole/example3"
  },
  "performer": [
    {
      "reference": "Organization/example6"
    }
  ],
  "reasonCode": [
    {
      "text": "Past history lymphoma"
    }
  ]
}