General Status Section

OID: 2.16.840.1.113883.10.20.2.5

LOINCs: #{"10210-3"}

Alias: general-status

Entries Required: N/A

Internal ID: GeneralStatusSection

IG Link

sample1

[ {
  "title" : "GENERAL STATUS",
  "code" : {
    "coding" : [ {
      "code" : "10210-3",
      "system" : "http://loinc.org",
      "display" : "GENERAL STATUS"
    } ],
    "text" : "GENERAL STATUS"
  },
  "text" : {
    "div" : "GENERAL STATUS NARRATIVE",
    "status" : "generated"
  }
} ]

C-CDA Equivalent:

<section>
   <templateId root="2.16.840.1.113883.10.20.2.5"/>
   <code codeSystem="2.16.840.1.113883.6.1"
          codeSystemName="http://loinc.org"
          displayName="GENERAL STATUS"
          code="10210-3">
      <originalText>GENERAL STATUS</originalText>
   </code>
   <title>GENERAL STATUS</title>
   <text>GENERAL STATUS NARRATIVE</text>
</section>

Last updated