Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: VitalSignReport Example - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "8911",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/DiagnosticReport-VitalSignReport-IEHR"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2><span title=\"Codes: {http://loinc.org 30954-2}\">Relevant diagnostic tests/laboratory data Narrative</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Markus Smith </b> male, DoB: 2013-12-05 ( <code>http://interopEHRate.eu/fhir-resource/</code>/Patient/MS01)</td></tr><tr><td>When For</td><td>2022-04-04 --&gt; 2022-04-04</td></tr><tr><td>Identifier:</td><td> Provider number/5g3-8c2-4d4</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-1111.html\"><span title=\"Codes: {http://loinc.org 8867-4}\">Heart rate</span></a></td><td>62 /min</td><td>2022-04-04</td></tr><tr><td><a href=\"Observation-1112.html\"><span title=\"Codes: {http://loinc.org 35094-2}\">Blood Pressure Panel</span></a></td><td/><td>2022-04-04</td></tr><tr><td><a href=\"Observation-1113.html\"><span title=\"Codes: {http://loinc.org 29463-7}\">Body weight</span></a></td><td>85 kg</td><td>2022-04-04</td></tr><tr><td><a href=\"Observation-1114.html\"><span title=\"Codes: {http://loinc.org 8302-2}\">Body height</span></a></td><td>195 cm</td><td>2022-04-04</td></tr><tr><td><a href=\"Observation-1115.html\"><span title=\"Codes: {http://loinc.org 98151-4}\">Degree of ascites</span></a></td><td><span title=\"Codes: {http://loinc.org LA9634-2}\">Absent</span></td><td>2022-04-04</td></tr><tr><td><a href=\"Observation-1116.html\"><span title=\"Codes: {http://loinc.org 44966-0}\">Peripheral Edema</span></a></td><td><span title=\"Codes: {http://loinc.org LA24844-5}, {http://loinc.org LA9634-2}\">Peripheral</span></td><td>2022-04-04</td></tr><tr><td><a href=\"Observation-1117.html\"><span title=\"Codes: {http://loinc.org 80319-7}\">Breath sounds by Auscultation</span></a></td><td><span title=\"Codes: {http://loinc.org LA19732-9}\">Clear</span></td><td>2022-04-04</td></tr><tr><td><a href=\"Observation-1118.html\"><span title=\"Codes: {http://loinc.org 69428-1}\">Jugular Vein Distension</span></a></td><td><span title=\"Codes: {http://loinc.org LA9634-2}\">Absent</span></td><td>2022-04-04</td></tr><tr><td><a href=\"Observation-1119.html\"><span title=\"Codes: {http://hl7.org/fhir/sid/icd-10-cm R09.89}\">Lung Congestion</span></a></td><td><span title=\"Codes: {http://loinc.org LA9633-4}\">Present</span></td><td>2022-04-04</td></tr><tr><td><a href=\"Observation-1120.html\"><span title=\"Codes: {http://hl7.org/fhir/sid/icd-10-cm J90}\">Pleural effusion, not elsewhere classified</span></a></td><td><span title=\"Codes: {http://loinc.org LA9633-4}\">Present</span></td><td>2022-04-04</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR",
      "valueReference" : {
        🔗 "reference" : "Provenance/9"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN"
          }
        ]
      },
      "value" : "5g3-8c2-4d4"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "30954-2",
        "display" : "Relevant diagnostic tests/laboratory data Narrative"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/3466"
  },
  "effectivePeriod" : {
    "start" : "2022-04-04",
    "end" : "2022-04-04"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ],
  "resultsInterpreter" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/1111"
    },
    {
      🔗 "reference" : "Observation/1112"
    },
    {
      🔗 "reference" : "Observation/1113"
    },
    {
      🔗 "reference" : "Observation/1114"
    },
    {
      🔗 "reference" : "Observation/1115"
    },
    {
      🔗 "reference" : "Observation/1116"
    },
    {
      🔗 "reference" : "Observation/1117"
    },
    {
      🔗 "reference" : "Observation/1118"
    },
    {
      🔗 "reference" : "Observation/1119"
    },
    {
      🔗 "reference" : "Observation/1120"
    }
  ]
}