| Package | MyDummyProject.01 |
| Resource Type | StructureDefinition |
| Id | MyPerson.StructureDefinition |
| FHIR Version | R4 |
| Source | null/https://simplifier.net/resolve?scope=MyDummyProject.01@0.0.1&canonical=http://example.org/fhir/StructureDefinition/MyPerson |
| URL | http://example.org/fhir/StructureDefinition/MyPerson |
| Status | draft |
| Name | MyPerson |
| Type | Person |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"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
}
]
}
}