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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg.test
Resource TypeStructureDefinition
Idbc-TimeInterval.json
FHIR VersionR3

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",
  "id": "bc-TimeInterval",
  "url": "http://nictiz.nl/fhir/StructureDefinition/bc-TimeInterval",
  "name": "bc-TimeInterval",
  "title": "bc-TimeInterval",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "geboortezorg@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A Period profile defining a time interval between two moments in time. Interval can be defined by a start time and end time, start time and duration or duration and end time. For intervals in the future, only duration or start date may be known and one or more of the other elements may be unknown. To specify duration, use the time interval duration extension.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "type": "Period",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Period",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Period",
        "path": "Period",
        "comment": "A time interval indicates the time between two moments in time. Interval can be defined by a start time and end time, start time and duration or duration and end time. For intervals in the future, only duration or start date may be known and one or more of the other elements may be unknown. To specify duration, use the time interval duration extension."
      },
      {
        "id": "Period.extension",
        "path": "Period.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Period.extension:duration",
        "path": "Period.extension",
        "sliceName": "duration",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nictiz.nl/fhir/StructureDefinition/bc-timeinterval-duration"
          }
        ]
      }
    ]
  }
}