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

: BioSignal Example - HolterMonitoring - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "9115",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/Observation-BioSignal-IEHR"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"9115\"> </a><a name=\"hc9115\"> </a></p><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\">Resource Observation &quot;9115&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-BioSignal-IEHR.html\">BioSignal-IEHR</a></p></div><p><b>ProvenanceExtension-IEHR</b>: <a href=\"Provenance-5.html\">Provenance/5</a></p><p><b>status</b>: final</p><p><b>code</b>: Holter monitor study <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#18754-2)</span></p><p><b>subject</b>: <a href=\"Patient-3466.html\">Patient/3466</a> &quot; SMITH&quot;</p><p><b>effective</b>: 2022-03-01 --&gt; 2022-03-02</p><p><b>performer</b>: <a href=\"Organization-34432.html\">Organization/34432</a> &quot;Fondazione Gabriele Monasterio&quot;</p><blockquote><p><b>component</b></p><p><b>code</b>: Heart rate 24 hour <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8878-1)</span></p><p><b>value</b>: 75 heartbeats per minute<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {beats}/min = '{beats}/min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Premature ventricular contractions [#] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#76126-2)</span></p><p><b>value</b>: 5 x<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {Number} = '{Number}')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Ventricular tachycardia <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#I47.2)</span></p><p><b>value</b>: 10 x<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {Number} = '{Number}')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Unspecified atrial fibrillation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#I48.91)</span></p><p><b>value</b>: 5 x<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {Number} = '{Number}')</span></p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR",
      "valueReference" : {
        🔗 "reference" : "Provenance/5"
      }
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18754-2",
        "display" : "Holter monitor study"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/3466"
  },
  "effectivePeriod" : {
    "start" : "2022-03-01",
    "end" : "2022-03-02"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8878-1",
            "display" : "Heart rate 24 hour"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 75,
        "unit" : "heartbeats per minute",
        "system" : "http://unitsofmeasure.org",
        "code" : "{beats}/min"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "76126-2",
            "display" : "Premature ventricular contractions [#]"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 5,
        "unit" : "x",
        "system" : "http://unitsofmeasure.org",
        "code" : "{Number}"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/sid/icd-10-cm",
            "code" : "I47.2",
            "display" : "Ventricular tachycardia"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 10,
        "unit" : "x",
        "system" : "http://unitsofmeasure.org",
        "code" : "{Number}"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/sid/icd-10-cm",
            "code" : "I48.91",
            "display" : "Unspecified atrial fibrillation"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 5,
        "unit" : "x",
        "system" : "http://unitsofmeasure.org",
        "code" : "{Number}"
      }
    }
  ]
}