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

FHIR IG analytics

Packaget.t.t1
Resource TypeStructureDefinition
IdP1Patient.StructureDefinition.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=t.t.t1@0.0.1&canonical=https://example.org/fhir/StructureDefinition/P1Patient
URLhttps://example.org/fhir/StructureDefinition/P1Patient
Statusdraft
NameP1Patient
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",
  "url": "https://example.org/fhir/StructureDefinition/P1Patient",
  "name": "P1Patient",
  "status": "draft",
  "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
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "short": "male | female "
      }
    ]
  }
}