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