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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeServiceRequest
IdUKCore-ServiceRequest-HipReplacement-Example.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": "UKCore-ServiceRequest-HipReplacement-Example",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "109721000000108",
            "display": "Referred by trigger criteria"
          }
        ]
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "858611000000102",
        "display": "Metal-on-metal hip replacement annual review"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "authoredOn": "2023-05-18T17:50:00+07:00",
  "requester": {
    "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
  },
  "performer": [
    {
      "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
    }
  ],
  "locationReference": [
    {
      "reference": "Location/UKCore-Location-HospitalSJUH-Example"
    }
  ]
}