FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/bodyweight

Packagenictiz.fhir.nl.stu3.zib2015
Resource TypeStructureDefinition
Idbodyweight
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/StructureDefinition/bodyweight
URLhttp://nictiz.nl/fhir/StructureDefinition/bodyweight
Version1.0
Statusretired
Date2016-03-25
NameVital Signs Profile
TitleVitalSigns BodyWeight
Realmnl
DescriptionFHIR Body Weight Profile - Copied FHIR Vital Sign Profile to remove .component.value quantity type constrain. More informatino can be found in GForge ticket #13796 or in the FHIR zulip chat https://chat.fhir.org/#narrow/stream/implementers/subject/Vital.20signs.20supporting.20observations.
CopyrightCC0
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
zib-VitalSignsVitalSigns

Narrative

Note: links and images are rebased to the (stated) source

to do

Source

{
  "resourceType": "StructureDefinition",
  "id": "bodyweight",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary",
      "valueMarkdown": "####Complete Summary of the Mandatory Requirements\r\r1.  One code in `Observation.code` which must have\r    -   a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r    -   a fixed  `Observation.code.coding.code`= **'29463-7'**\r    -   Other additional codes are allowed - e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r2.  `Observation.valueQuantity.code` = **'kg', 'g', or '[lb_av]'**"
    }
  ],
  "url": "http://nictiz.nl/fhir/StructureDefinition/bodyweight",
  "version": "1.0",
  "name": "Vital Signs Profile",
  "title": "VitalSigns BodyWeight",
  "status": "retired",
  "experimental": false,
  "date": "2016-03-25",
  "publisher": "Health Level Seven International (Orders and Observations Workgroup)",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "FHIR Body Weight Profile - Copied FHIR Vital Sign Profile to remove .component.value quantity type constrain. More informatino can be found in GForge ticket #13796 or in the FHIR zulip chat https://chat.fhir.org/#narrow/stream/implementers/subject/Vital.20signs.20supporting.20observations.",
  "copyright": "CC0",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Mapping"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.info/sct",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "FHIR Body Weight Profile",
        "definition": "This profile defines  how to represent body weight observations in FHIR using a standard LOINC code and UCUM units of measure.",
        "alias": [
          "FHIR Lichaamsgewicht-profiel"
        ]
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Body Weight",
        "definition": "Body Weight.",
        "comment": "additional codes that translate or map to this code are allowed.  For example a more granular LOINC code or code that is used locally in a system.",
        "alias": [
          "Lichaamsgewicht"
        ]
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Observation.code.coding:bodyweightcode",
        "path": "Observation.code.coding",
        "sliceName": "BodyWeightCode"
      },
      {
        "id": "Observation.code.coding:bodyweightcode.system",
        "path": "Observation.code.coding.system",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding:bodyweightcode.code",
        "path": "Observation.code.coding.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "29463-7"
      },
      {
        "id": "Observation.valueQuantity",
        "path": "Observation.valueQuantity"
      },
      {
        "id": "Observation.valueQuantity.code",
        "path": "Observation.valueQuantity.code",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "BodyWeightUnits"
            }
          ],
          "strength": "required",
          "description": "Common UCUM units for Body Weight",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/ucum-bodyweight"
          }
        }
      }
    ]
  }
}