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

FHIR IG Statistics: StructureDefinition/MyPerson.StructureDefinition

PackageMyDummyProject.01
Resource TypeStructureDefinition
IdMyPerson.StructureDefinition
FHIR VersionR4
Sourcenull/https://simplifier.net/resolve?scope=MyDummyProject.01@0.0.1&canonical=http://example.org/fhir/StructureDefinition/MyPerson
URLhttp://example.org/fhir/StructureDefinition/MyPerson
Statusdraft
NameMyPerson
TypePerson
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": "http://example.org/fhir/StructureDefinition/MyPerson",
  "name": "MyPerson",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Person",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Person",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Person.name",
        "path": "Person.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Person.birthDate",
        "path": "Person.birthDate",
        "min": 1
      }
    ]
  }
}