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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeDiagnosticReport
IdDiagnosticReport-33073.json
FHIR Version

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": "DiagnosticReport",
  "id": "33073",
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "42169-3",
        "display": "Breast - left FFD mammogram diagnostic"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-6533",
    "display": "Tammy Toni Robbins"
  },
  "context": {
    "reference": "Encounter/Encounter-289",
    "display": "Acme Medical Center"
  },
  "effectivePeriod": {
    "start": "2018-11-12T09:36:36-05:00",
    "end": "2018-11-12T09:36:36-05:00"
  },
  "result": [
    {
      "reference": "Observation/Observation-33072",
      "display": "No_Cancer_Detected"
    }
  ]
}