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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeServiceRequest
IdServiceRequest-CervicalCancerScreeningServiceRequestForHPVExample.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


Source1

{
  "resourceType": "ServiceRequest",
  "id": "CervicalCancerScreeningServiceRequestForHPVExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/cervical-cancer-screening-method-service-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LP94892-4"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://moh.gov.et/fhir/hiv/CodeSystem/cervical-cancer-screening-method-code-system",
        "code": "hpv-dna-test"
      }
    ]
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "authoredOn": "2024-01-25"
}