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

FHIR IG Statistics: StructureDefinition/MyPatient

Packagefirst.package
Resource TypeStructureDefinition
IdMyPatient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=first.package@0.0.1&canonical=http://example.org/StructureDefinition/MyPatient
URLhttp://example.org/StructureDefinition/MyPatient
Statusdraft
NameMyPatient
DescriptionAn example profile of the Patient resource.
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",
  "id": "MyPatient",
  "url": "http://example.org/StructureDefinition/MyPatient",
  "name": "MyPatient",
  "status": "draft",
  "description": "An example profile of the Patient resource.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}