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-biologicalsex-002 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "iv-biologicalsex-002",
  "meta" : {
    "profile" : [
      "http://hl7.org/de/StructureDefinition/rv-biological-sex"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"iv-biologicalsex-002\"> </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-biologicalsex-002&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-rv-biological-sex.html\">RV Biological Sex</a></p></div><p><b>status</b>: final</p><p><b>category</b>: C0079399 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C0079399)</span>, Gender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#263495000)</span>, Person <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#125676002)</span>, C1711339 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C1711339)</span></p><p><b>code</b>: Biological Sex <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#734000001)</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>: 2</p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Male <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#248153007)</span></td><td>1</td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://www.nlm.nih.gov/research/umls",
          "code" : "C0079399"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "263495000"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "125676002"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://www.nlm.nih.gov/research/umls",
          "code" : "C1711339"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "734000001"
      }
    ],
    "text" : "Biological Sex"
  },
  "subject" : {
    "reference" : "Patient/f001testpatientM"
  },
  "effectiveDateTime" : "2023-03-27",
  "valueInteger" : 2,
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "248153007",
            "display" : "Male"
          }
        ]
      },
      "valueInteger" : 1
    }
  ]
}