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

FHIR IG analytics

Packagech.fhir.ig.ch-elm
Resource TypeServiceRequest
IdServiceRequest-1SR-Order.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ServiceRequest",
  "id": "1SR-Order",
  "identifier": [
    {
      "value": "22000938108"
    }
  ],
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "697-3",
        "display": "Neisseria gonorrhoeae [Presence] in Urethra by Organism specific culture"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Pat-001"
  },
  "requester": {
    "reference": "PractitionerRole/1PR-KsAbc"
  },
  "specimen": [
    {
      "reference": "Specimen/1Spec-Specimen"
    }
  ]
}