FHIR IG Statistics: StructureDefinition/MyPatientProfile.StructureDefinition
Resources that use this resource
CapabilityStatement |
Module3 | CapabilityStatement Module3 |
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "https://interopsante.org/fhir/StructureDefinition/MyPatientProfile",
"name": "MyPatientProfile",
"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.extension:myPatientBirthPlace",
"path": "Patient.extension",
"sliceName": "myPatientBirthPlace",
"type": [
{
"code": "Extension",
"profile": [
"https://interopsante.org/fhir/StructureDefinition/MyPatientBirthPlace"
]
}
],
"isModifier": false
},
{
"id": "Patient.extension:myPatientIdentityReliability",
"path": "Patient.extension",
"sliceName": "myPatientIdentityReliability",
"type": [
{
"code": "Extension",
"profile": [
"https://interopsante.org/fhir/StructureDefinition/MyIdentityReliability"
]
}
],
"isModifier": false
},
{
"id": "Patient.identifier",
"path": "Patient.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "type"
}
],
"rules": "open"
}
},
{
"id": "Patient.identifier:INS-NIR",
"path": "Patient.identifier",
"sliceName": "INS-NIR"
},
{
"id": "Patient.identifier:INS-NIR.use",
"path": "Patient.identifier.use",
"fixedCode": "usual"
},
{
"id": "Patient.identifier:INS-NIR.type.coding",
"path": "Patient.identifier.type.coding",
"fixedCoding": {
"system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
"code": "INS-NIR"
}
},
{
"id": "Patient.identifier:INS-NIA",
"path": "Patient.identifier",
"sliceName": "INS-NIA"
},
{
"id": "Patient.identifier:INS-NIA.use",
"path": "Patient.identifier.use",
"fixedCode": "temp"
},
{
"id": "Patient.identifier:INS-NIA.type",
"path": "Patient.identifier.type",
"fixedCodeableConcept": {
"coding": [
{
"system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
"code": "INS-NIA"
}
]
}
},
{
"id": "Patient.gender",
"path": "Patient.gender",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.deceased[x]",
"path": "Patient.deceased[x]",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "Patient.maritalStatus",
"path": "Patient.maritalStatus",
"binding": {
"strength": "required"
}
},
{
"id": "Patient.generalPractitioner",
"path": "Patient.generalPractitioner",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Practitioner"
]
}
]
}
]
}
}