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

FHIR IG Statistics: StructureDefinition/MyModel

Packagexxxexample.fhir.uv.myig
Resource TypeStructureDefinition
IdMyModel
FHIR VersionR4
Sourcexxxhttp://somewhere.org/fhir/uv/myig/https://build.fhir.org/ig/costateixeira/lmtest/StructureDefinition-MyModel.html
URLhttp://example.com/fhir/example/StructureDefinition/MyModel
Version0.1.0-test
Statusactive
Date2025-07-25T20:01:12+00:00
NameMyModel
Titlemy model
Realmuv
Typehttp://example.com/fhir/example/StructureDefinition/MyModel
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition MyModel

NameFlagsCard.TypeDescription & Constraintsdoco
.. MyModel 0..*Basemy model
Instances of this logical model can be the target of a Reference
... sex 0..1CodeableConceptSex
Binding Description: (preferred): HL7 AdministrativeGender
... age 0..1integerAge
... country 0..1CodeableConceptCountry
Binding Description: (preferred): ISO 3166-1 alpha-2 country code

doco Documentation for this format

Source

{
  "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"
        }
      }
    ]
  }
}