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

FHIR IG Statistics: StructureDefinition/MyModelTest.StructureDefinition

Packageee.tehik.mpi
Resource TypeStructureDefinition
IdMyModelTest.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ee.tehik.mpi@0.1.0-beta&canonical=https://example.org/fhir/StructureDefinition/MyModelTest
URLhttps://example.org/fhir/StructureDefinition/MyModelTest
Statusdraft
Date2022-10-24T12:41:14.1551376+00:00
NameMyModelTest
Typehttps://example.org/fhir/StructureDefinition/MyLogicalModelTest
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MyModelTest",
  "name": "MyModelTest",
  "status": "draft",
  "date": "2022-10-24T12:41:14.1551376+00:00",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://example.org/fhir/StructureDefinition/MyLogicalModelTest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "MyLogicalModelTest",
        "path": "MyLogicalModelTest",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "MyLogicalModelTest.code",
        "path": "MyLogicalModelTest.code",
        "short": "code of observation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Coding"
            ]
          }
        ],
        "fixedCoding": {
          "system": "http://snomed.info/sct",
          "code": "3463464",
          "display": "Some SNOMED code"
        }
      },
      {
        "id": "MyLogicalModelTest.valueInt",
        "path": "MyLogicalModelTest.valueInt",
        "short": "Value of observation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "integer",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/integer"
            ]
          }
        ],
        "constraint": [
          {
            "key": "rule1",
            "requirements": "value > 0 and value < 100",
            "severity": "error",
            "human": "Value shoud be between 1 and 99"
          }
        ]
      },
      {
        "id": "MyLogicalModelTest.valueCode",
        "path": "MyLogicalModelTest.valueCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Coding"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://terminology-server/ValueSet/some-vs"
        }
      }
    ]
  }
}