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

FHIR IG analytics

Packagech.fhir.ig.ch-elm
Resource TypeDiagnosticReport
IdDiagnosticReport-1DR-NeisseriaGonorrhoeae.json
FHIR VersionR4

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": "1DR-NeisseriaGonorrhoeae",
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
      "valueReference": {
        "reference": "Composition/1Comp-NeisseriaGonorrhoeae"
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:1901332d-6012-443f-9690-9291adb2e19d"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/1SR-Order"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Laboratory report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Pat-001"
  },
  "performer": [
    {
      "reference": "Organization/1Org-Labor"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/1Spec-Specimen"
    }
  ],
  "result": [
    {
      "reference": "Observation/1Obs-NeisseriaGonorrhoeae"
    }
  ]
}