US Quality Core Implementation Guide
0.1.0 - cibuild United States of America flag

US Quality Core Implementation Guide, published by ASTP. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/us-quality-core/ and changes regularly. See the Directory of published versions

: US Quality Core Observation Body Position - JSON Representation

Active as of 2026-03-31

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "us-quality-core-observation-body-position",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Body Position</h2><div><p>SNOMED CT code system values descending from the following:'body position finding' 9851009</p>\n</div><p><b>Copyright Statement:</b></p><div><p>This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement</p>\n</div><ul><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  9851009 (Body position finding)</li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-extensible",
      "valueBoolean" : true
    }
  ],
  "url" : "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-observation-body-position",
  "version" : "0.1.0",
  "name" : "USQualityCoreObservationBodyPosition",
  "title" : "US Quality Core Observation Body Position",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-31T00:00:00+00:00",
  "publisher" : "ASTP",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.healthit.gov/"
        }
      ]
    }
  ],
  "description" : "SNOMED CT code system values descending from the following:'body position finding' 9851009",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "USA"
    }
  ],
  "immutable" : true,
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "9851009"
          }
        ]
      }
    ]
  }
}