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

FHIR IG Statistics: StructureDefinition/jcpm-obs-body-weight-us

Packagefhir.outburn.co.il
Resource TypeStructureDefinition
Idjcpm-obs-body-weight-us
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.outburn.co.il@0.5.5&canonical=http://fhir.outburn.co.il/StructureDefinition/jcpm-obs-body-weight-us
URLhttp://fhir.outburn.co.il/StructureDefinition/jcpm-obs-body-weight-us
Version0.3.0
Statusdraft
NameJCPMOBodyWeightUS
TitleJCPM Observation Body Weight US Profile
Realmus
Authorityhl7
DescriptionProposed constraints and extensions on JCPM Body Weight US Resource
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
il-core-observationILCore Observation Profile
jcpm-patientJCPM Patient Profile

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "jcpm-obs-body-weight-us",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Clinical.Diagnostics"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "http://fhir.outburn.co.il/StructureDefinition/jcpm-obs-body-weight-us",
  "version": "0.3.0",
  "name": "JCPMOBodyWeightUS",
  "title": "JCPM Observation Body Weight US Profile",
  "status": "draft",
  "contact": [
    {
      "name": "Outburn LTD",
      "telecom": [
        {
          "system": "url",
          "value": "http://outburn.co.il"
        }
      ]
    }
  ],
  "description": "Proposed constraints and extensions on JCPM Body Weight US Resource",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "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/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "patternCode": "final"
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "min": 1
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "11727-5"
      },
      {
        "id": "Observation.code.coding.display",
        "path": "Observation.code.coding.display",
        "fixedString": "Fetal Body weight estimated by US"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.outburn.co.il/StructureDefinition/jcpm-patient"
            ]
          }
        ]
      },
      {
        "id": "Observation.focus",
        "path": "Observation.focus",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.focus.type",
        "path": "Observation.focus.type",
        "fixedUri": "condition"
      },
      {
        "id": "Observation.focus.identifier",
        "path": "Observation.focus.identifier",
        "min": 1
      },
      {
        "id": "Observation.focus.identifier.system",
        "path": "Observation.focus.identifier.system",
        "min": 1
      },
      {
        "id": "Observation.focus.identifier.value",
        "path": "Observation.focus.identifier.value",
        "min": 1
      },
      {
        "id": "Observation.focus.display",
        "path": "Observation.focus.display",
        "fixedString": "הריון"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1,
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.valueQuantity",
        "path": "Observation.valueQuantity",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.valueQuantity.value",
        "path": "Observation.valueQuantity.value",
        "min": 1
      },
      {
        "id": "Observation.valueQuantity.unit",
        "path": "Observation.valueQuantity.unit",
        "min": 1,
        "fixedString": "g"
      },
      {
        "id": "Observation.valueQuantity.system",
        "path": "Observation.valueQuantity.system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.valueQuantity.code",
        "path": "Observation.valueQuantity.code",
        "min": 1,
        "fixedCode": "g"
      }
    ]
  }
}