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

FHIR IG analytics

Packagehl7.fhir.us.pacio-pfe.r4b
Resource TypeServiceRequest
IdServiceRequest-PFEIG-ServiceRequest-PCPFollowUp.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 PFEIG-ServiceRequest-PCPFollowUp

status: Active

intent: Order

category: Evaluation procedure (procedure)

priority: Routine

code: Follow-up visit (procedure)

subject: Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)

occurrence: 2024-07-29

authoredOn: 2024-07-17

requester: PractitionerRole Geriatric Medicine (Family Medicine) Physician


Source1

{
  "resourceType": "ServiceRequest",
  "id": "PFEIG-ServiceRequest-PCPFollowUp",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-service-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "386053000",
          "display": "Evaluation procedure (procedure)"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "185389009",
        "display": "Follow-up visit (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PFEIG-patientBSJ1"
  },
  "occurrenceDateTime": "2024-07-29",
  "authoredOn": "2024-07-17",
  "requester": {
    "reference": "PractitionerRole/PFEIG-Role-SNFDoc-GeraldPark"
  }
}