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

FHIR IG analytics

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


Source1

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