Package | ee.tehik.mpi |
Resource Type | StructureDefinition |
Id | MyModelTest.StructureDefinition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ee.tehik.mpi@0.1.0-beta&canonical=https://example.org/fhir/StructureDefinition/MyModelTest |
URL | https://example.org/fhir/StructureDefinition/MyModelTest |
Status | draft |
Date | 2022-10-24T12:41:14.1551376+00:00 |
Name | MyModelTest |
Type | https://example.org/fhir/StructureDefinition/MyLogicalModelTest |
Kind | logical |
No resources found
No resources found
No narrative content found in resource
{ "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" } } ] } }