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

FHIR IG Statistics: StructureDefinition/MyPatientProfile1

Packagetest.project1
Resource TypeStructureDefinition
IdMyPatientProfile1
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=test.project1@0.2.0&canonical=http:/example.com/MyPatientProfile1
URLhttp:/example.com/MyPatientProfile1
Statusactive
NameMyPatientProfile1
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": "MyPatientProfile1",
  "url": "http:/example.com/MyPatientProfile1",
  "name": "MyPatientProfile1",
  "status": "active",
  "kind": "resource",
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "differential": {
    "element": [
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      }
    ]
  }
}