Common Data Element Katalog
0.2.0 - CI Build International flag

Common Data Element Katalog - Local Development build (v0.2.0). See the Directory of published versions

: Example Observation - iv-ageinmonth-0001 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "iv-ageinmonth-0001",
  "meta" : {
    "profile" : [
      "http://hl7.org/de/StructureDefinition/rv-age-in-months"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"iv-ageinmonth-0001\"> </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;iv-ageinmonth-0001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-rv-age-in-months.html\">RV Age In Months</a></p></div><p><b>status</b>: final</p><p><b>category</b>: C0001779 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C0001779)</span>, Age (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#397669002)</span>, C2598519 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C2598519)</span>, Current chronological age (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#424144002)</span>, Person <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#125676002)</span>, C0750480 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C0750480)</span>, Quantity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#246205007)</span></p><p><b>code</b>: Age <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#30525-0)</span></p><p><b>subject</b>: <a href=\"Patient-f001testpatientM.html\">Patient/f001testpatientM</a> &quot; MUSTERMANN&quot;</p><p><b>effective</b>: 2023-03-27</p><p><b>value</b>: 302 Monate<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mo = 'mo')</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://www.nlm.nih.gov/research/umls",
          "code" : "C0001779"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "397669002"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://www.nlm.nih.gov/research/umls",
          "code" : "C2598519"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "424144002"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "125676002"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://www.nlm.nih.gov/research/umls",
          "code" : "C0750480"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "246205007"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "30525-0"
      }
    ],
    "text" : "Age"
  },
  "subject" : {
    "reference" : "Patient/f001testpatientM"
  },
  "effectiveDateTime" : "2023-03-27",
  "valueQuantity" : {
    "value" : 302,
    "unit" : "Monate",
    "system" : "http://unitsofmeasure.org",
    "code" : "mo"
  }
}