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

FHIR IG analytics

Packagehl7.fhir.uv.genomics-reporting.r4b
Resource TypeServiceRequest
IdServiceRequest-ExampleServiceRequest.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: ServiceRequest ExampleServiceRequest

status: Active

intent: Original Order

code: Genetic analysis report

subject: Anonymous Patient (no stated gender), DoB Unknown

reasonCode: Worried about family planning


Source1

{
  "resourceType": "ServiceRequest",
  "id": "ExampleServiceRequest",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "original-order",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "51969-4",
        "display": "Genetic analysis report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatient"
  },
  "reasonCode": [
    {
      "text": "Worried about family planning"
    }
  ]
}