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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeDiagnosticReport
IdDiagnosticReport-ExampleReport.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

Consult note (Cardiology, Physical Activity)

SubjectUnable to get Patient Details
When For2022-09-18 --> (ongoing)
Reported2022-09-18 13:47:58-0500

Report Details


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "ExampleReport",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/ExampleServiceRequest",
      "display": "Referral"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LP29708-2",
          "display": "Cardiology"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
          "code": "PhysicalActivity"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11488-4",
        "display": "Consult note"
      }
    ]
  },
  "subject": {
    "reference": "http://example.org/fhir/Patient/1",
    "display": "Example Patient"
  },
  "effectivePeriod": {
    "start": "2022-09-18"
  },
  "issued": "2022-09-18T13:47:58.0282-05:00",
  "performer": [
    {
      "reference": "http://example.org/fhir/PractitionerRole/2",
      "display": "Performing Provider"
    }
  ]
}