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

FHIR IG Statistics: StructureDefinition/VersionedPatient.StructureDefinition

Packageresource.versioning
Resource TypeStructureDefinition
IdVersionedPatient.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=resource.versioning@0.2.0-beta&canonical=https://fake-acme.org/fhir/StructureDefinition/VersionedPatient
URLhttps://fake-acme.org/fhir/StructureDefinition/VersionedPatient
Version0.2.0
Statusdraft
Date2022-08-30T03:07:09.314799+00:00
NameVersionedPatient
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://fake-acme.org/fhir/StructureDefinition/VersionedPatient",
  "version": "0.2.0",
  "name": "VersionedPatient",
  "status": "draft",
  "date": "2022-08-30T03:07:09.314799+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Patient.extension:myExtension",
        "path": "Patient.extension",
        "sliceName": "myExtension",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      }
    ]
  }
}