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

FHIR IG analytics

Packagehl7.fhir.us.qicore
Resource TypeServiceRequest
IdServiceRequest-proposal-example-code.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": "proposal-example-code",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequested"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "proposal",
  "priority": "urgent",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "348681001",
        "display": "Graduated compression elastic hosiery (physical object)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "occurrenceDateTime": "2013-04-05",
  "authoredOn": "2013-04-04"
}