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

FHIR IG analytics

Packagehl7.fhir.eu.extensions.r5
Resource TypeDiagnosticReport
IdDiagnosticReport-DiagnosticReportStructured.json
FHIR VersionR5

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": "DiagnosticReportStructured",
  "language": "en-GB",
  "extension": [
    {
      "url": "http://hl7.eu/fhir/StructureDefinition/anatomical-region",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "67734004"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/myhosptital/reportidentifiers",
      "value": "dfkjewoieoijwoskdjf"
    }
  ],
  "basedOn": [
    {
      "type": "ServiceRequest",
      "identifier": {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code": "ACSN"
            },
            {
              "system": "http://dicom.nema.org/resources/ontology/DCM",
              "code": "121022",
              "display": "Accession Number"
            }
          ]
        },
        "system": "http://example.org/myhosptital/accessionsystem",
        "value": "87654321"
      }
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://www.ama-assn.org/go/cpt",
        "code": "93351",
        "display": "STRESS TTE COMPLETE"
      }
    ]
  },
  "subject": {
    "display": "Nice Patient"
  },
  "effectiveDateTime": "2003-06-01",
  "performer": [
    {
      "display": "Best Radiology Dept."
    }
  ],
  "resultsInterpreter": [
    {
      "display": "Dr. John Doe"
    }
  ],
  "result": [
    {
      "display": "radiology observation"
    }
  ]
}