Remote Anamnesis Implementation Guide
0.1.0 - ci-build

Remote Anamnesis Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DiagnosticReport-Patient-001 - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "DiagnosticReport-Patient-001",
  "meta" : {
    "profile" : [
      🔗 "http://remote-anamnesis.na.icar.cnr/StructureDefinition/diagnosticreport-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport DiagnosticReport-Patient-001</b></p><a name=\"DiagnosticReport-Patient-001\"> </a><a name=\"hcDiagnosticReport-Patient-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-diagnosticreport-patient.html\">DiagnosticReport_Patient</a></p></div><h2><span title=\"Codes:{http://snomed.info/sct 26604007}\">Complete blood count (procedure)</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Maria Bianchi Female, DoB: 1985-02-16 ( http://example.com/codice-fiscale#BNCMRA85B56F205T)</td></tr><tr><td>Identifier</td><td> LAB-20250227-001</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "extension" : [
    {
      "url" : "http://remote-anamnesis.na.icar.cnr/StructureDefinition/condition-confidence-level",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://remoteanamnesis.na.icar.cnr/CodeSystem/CsConfidenceLevel",
            "code" : "certified-source"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "value" : "LAB-20250227-001"
    }
  ],
  "status" : "registered",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "26604007",
        "display" : "Complete blood count (procedure)"
      }
    ],
    "text" : "Complete blood count (procedure)"
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-Anamnesi-001"
  }
}