FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packager50.test1234
Resource TypeStructureDefinition
IdMyModel.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=r50.test1234@0.0.1&canonical=https://example.org/fhir/StructureDefinition/MyModel
URLhttps://example.org/fhir/StructureDefinition/MyModel
Statusdraft
NameMyModel
Typehttps://example.org/fhir/StructureDefinition/MyModel
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MyModel",
  "name": "MyModel",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "logical",
  "abstract": false,
  "type": "https://example.org/fhir/StructureDefinition/MyModel",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "MyModel",
        "path": "MyModel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "MyModel.element",
        "path": "MyModel.element",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "MyModel.element.element",
        "path": "MyModel.element.element",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Timing",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Timing"
            ]
          }
        ]
      }
    ]
  }
}