| Package | xxxexample.fhir.uv.myig |
| Resource Type | StructureDefinition |
| Id | MyModel |
| FHIR Version | R4 |
| Source | xxxhttp://somewhere.org/fhir/uv/myig/https://build.fhir.org/ig/costateixeira/lmtest/StructureDefinition-MyModel.html |
| URL | http://example.com/fhir/example/StructureDefinition/MyModel |
| Version | 0.1.0-test |
| Status | active |
| Date | 2025-07-25T20:01:12+00:00 |
| Name | MyModel |
| Title | my model |
| Realm | uv |
| Type | http://example.com/fhir/example/StructureDefinition/MyModel |
| Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition MyModel
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | my model Instances of this logical model can be the target of a Reference | |
![]() ![]() | 0..1 | CodeableConcept | Sex Binding Description: (preferred): HL7 AdministrativeGender | |
![]() ![]() | 0..1 | integer | Age | |
![]() ![]() | 0..1 | CodeableConcept | Country Binding Description: (preferred): ISO 3166-1 alpha-2 country code | |
{
"resourceType": "StructureDefinition",
"id": "MyModel",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode": "can-be-target"
}
],
"url": "http://example.com/fhir/example/StructureDefinition/MyModel",
"version": "0.1.0-test",
"name": "MyModel",
"title": "my model",
"status": "active",
"date": "2025-07-25T20:01:12+00:00",
"publisher": "xxxYour Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "xxxhttp://hl7.org/Special/committees/[something]"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://example.com/fhir/example/StructureDefinition/MyModel",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "MyModel",
"path": "MyModel",
"short": "my model",
"definition": "my model",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "MyModel.sex",
"path": "MyModel.sex",
"short": "Sex",
"definition": "This field must contain a recognised valid value for 'administrative gender'. If different, 'physiological gender' should be communicated elsewhere.",
"min": 0,
"max": "1",
"base": {
"path": "MyModel.sex",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": " HL7 AdministrativeGender"
}
},
{
"id": "MyModel.age",
"path": "MyModel.age",
"short": "Age",
"definition": "Age",
"min": 0,
"max": "1",
"base": {
"path": "MyModel.age",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "MyModel.country",
"path": "MyModel.country",
"short": "Country",
"definition": "Country",
"min": 0,
"max": "1",
"base": {
"path": "MyModel.country",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "ISO 3166-1 alpha-2 country code"
}
}
]
},
"differential": {
"element": [
{
"id": "MyModel",
"path": "MyModel",
"short": "my model",
"definition": "my model"
},
{
"id": "MyModel.sex",
"path": "MyModel.sex",
"short": "Sex",
"definition": "This field must contain a recognised valid value for 'administrative gender'. If different, 'physiological gender' should be communicated elsewhere.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": " HL7 AdministrativeGender"
}
},
{
"id": "MyModel.age",
"path": "MyModel.age",
"short": "Age",
"definition": "Age",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "MyModel.country",
"path": "MyModel.country",
"short": "Country",
"definition": "Country",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "ISO 3166-1 alpha-2 country code"
}
}
]
}
}