| Package | implementation.guide.nhdr |
| Resource Type | StructureDefinition |
| Id | SamplePatient.StructureDefinition |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=https://example.org/fhir/StructureDefinition/SamplePatient |
| URL | https://example.org/fhir/StructureDefinition/SamplePatient |
| Status | draft |
| Name | SamplePatient |
| Description | This is a sample patient |
| Type | Patient |
| Kind | resource |
No resources found
| StructureDefinition | |
| FatherName | FatherName |
| Sibling | Sibling |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"url": "https://example.org/fhir/StructureDefinition/SamplePatient",
"name": "SamplePatient",
"status": "draft",
"description": "This is a sample patient",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Patient",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Patient.extension:fatherName",
"path": "Patient.extension",
"sliceName": "fatherName",
"type": [
{
"code": "Extension",
"profile": [
"https://example.org/fhir/StructureDefinition/FatherName"
]
}
],
"isModifier": false
},
{
"id": "Patient.extension:sibling",
"path": "Patient.extension",
"sliceName": "sibling",
"type": [
{
"code": "Extension",
"profile": [
"https://example.org/fhir/StructureDefinition/Sibling"
]
}
],
"isModifier": false
},
{
"id": "Patient.active",
"path": "Patient.active",
"max": "0"
},
{
"id": "Patient.telecom",
"path": "Patient.telecom",
"max": "0"
}
]
}
}