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

FHIR IG Statistics: StructureDefinition/OBXclothing

Packagebodyweight
TypeStructureDefinition
IdOBXclothing
FHIR VersionR4
Sourcehttp://bodyweight.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/bodyweight/StructureDefinition-OBXclothing.html
URLhttp://bodyweight.oemig.de/fhir/StructureDefinition/OBXclothing
Version0.1.1
Statusactive
Date2024-04-16
NameOBXclothing
TitleBody Weight Clothing (Profile) in v2
Descriptionv2 Profile: **Body Weight Clothing Observation**
CopyrightFO
Typehttp://bodyweight.oemig.de/fhir/StructureDefinition/OBXsegment
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
OBXsegmentOBX Segment LM

Narrative

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

Generated Narrative: StructureDefinition OBXclothing

NameFlagsCard.TypeDescription & Constraintsdoco
.. OBXsegment 0..*OBXsegment
Elements defined in Ancestors:seqNo, valueDataType, observationCode, observationGroup, value, unit, referenceRange, interpretation, observationDateTime, responsibleObserver, observationSite, observationAbsentReason
OBX Segment LM
... seqNo 0..1integerSequence Number (OBX-1)
Required Pattern: 1
... valueDataType S1..1CodeableConceptData Type (OBX-2)
Required Pattern: At least the following
.... coding1..*CodingCode defined by a terminology system
Fixed Value: (complex)
..... system1..1uriIdentity of the terminology system
Fixed Value: http://bodyweight.oemig.de/fhir/CodeSystem/V2datatype
..... code1..1codeSymbol in syntax defined by the system
Fixed Value: NM
... observationCode S1..1CodeableConceptcode for observed value (OBX-3)

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "OBXclothing",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bodyweight.oemig.de/fhir/StructureDefinition/OBXclothing",
  "version": "0.1.1",
  "name": "OBXclothing",
  "title": "Body Weight Clothing (Profile) in v2",
  "status": "active",
  "experimental": false,
  "date": "2024-04-16",
  "publisher": "FO",
  "contact": [
    {
      "name": "FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.oemig.de"
        }
      ]
    }
  ],
  "description": "v2 Profile: **Body Weight Clothing Observation**",
  "copyright": "FO",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://bodyweight.oemig.de/fhir/StructureDefinition/OBXsegment",
  "baseDefinition": "http://bodyweight.oemig.de/fhir/StructureDefinition/OBXsegment",
  "derivation": "constraint",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.1"
      }
    ],
    "element": [
      {
        "id": "OBXsegment",
        "path": "OBXsegment",
        "short": "OBX Segment LM",
        "definition": "LM for relevant attributes of **OBX Segment** (Observation in v2.x)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "OBXsegment.seqNo",
        "path": "OBXsegment.seqNo",
        "short": "Sequence Number (OBX-1)",
        "definition": "Sequence Number (OBX-1)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OBXsegment.seqNo",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ],
        "patternInteger": 1
      },
      {
        "id": "OBXsegment.valueDataType",
        "path": "OBXsegment.valueDataType",
        "short": "Data Type (OBX-2)",
        "definition": "Data Type (OBX-2)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "OBXsegment.valueDataType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://bodyweight.oemig.de/fhir/CodeSystem/V2datatype",
              "code": "NM"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "OBXsegment.observationCode",
        "path": "OBXsegment.observationCode",
        "short": "code for observed value (OBX-3)",
        "definition": "code for observed value (OBX-3)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "OBXsegment.observationCode",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "OBXsegment.observationGroup",
        "path": "OBXsegment.observationGroup",
        "short": "group of observations that belong together",
        "definition": "group of observations that belong together",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OBXsegment.observationGroup",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "OBXsegment.value",
        "path": "OBXsegment.value",
        "short": "observed/measured value (OBX-5)",
        "definition": "observed/measured value (OBX-5)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "OBXsegment.value",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "OBXsegment.unit",
        "path": "OBXsegment.unit",
        "short": "units (OBX-6)",
        "definition": "units (OBX-6)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "OBXsegment.unit",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OBXsegment.referenceRange",
        "path": "OBXsegment.referenceRange",
        "short": "reference range for values (OBX-7)",
        "definition": "reference range for values (OBX-7)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OBXsegment.referenceRange",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OBXsegment.interpretation",
        "path": "OBXsegment.interpretation",
        "short": "interpretation code (OBX-8)",
        "definition": "interpretation code (OBX-8)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OBXsegment.interpretation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OBXsegment.observationDateTime",
        "path": "OBXsegment.observationDateTime",
        "short": "Diagnosis Date/Time (OBX-14)",
        "definition": "Diagnosis Date/Time (OBX-14)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OBXsegment.observationDateTime",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "instant"
          }
        ]
      },
      {
        "id": "OBXsegment.responsibleObserver",
        "path": "OBXsegment.responsibleObserver",
        "short": "responsible observer (OBX-16)",
        "definition": "responsible observer (OBX-16)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OBXsegment.responsibleObserver",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner"
            ]
          }
        ]
      },
      {
        "id": "OBXsegment.observationSite",
        "path": "OBXsegment.observationSite",
        "short": "body structure (OBX-20)",
        "definition": "body structure (OBX-20)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OBXsegment.observationSite",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OBXsegment.observationAbsentReason",
        "path": "OBXsegment.observationAbsentReason",
        "short": "data absent reason (OBX-32)",
        "definition": "data absent reason (OBX-32)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OBXsegment.observationAbsentReason",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "OBXsegment",
        "path": "OBXsegment"
      },
      {
        "id": "OBXsegment.seqNo",
        "path": "OBXsegment.seqNo",
        "patternInteger": 1
      },
      {
        "id": "OBXsegment.valueDataType",
        "path": "OBXsegment.valueDataType",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://bodyweight.oemig.de/fhir/CodeSystem/V2datatype",
              "code": "NM"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "OBXsegment.observationCode",
        "path": "OBXsegment.observationCode",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}