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

FHIR IG Statistics: StructureDefinition/Patient.StructureDefinition

PackageNorthwell.Extensions
Resource TypeStructureDefinition
IdPatient.StructureDefinition
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=Northwell.Extensions@0.0.1&canonical=https://northwell.edu/fhir/StructureDefinition/Patient
URLhttps://northwell.edu/fhir/StructureDefinition/Patient
Statusdraft
Date2023-09-01T11:52:06.8918501+00:00
NamePatient
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
employee-statusEmployeeStatus
veteran-statusVeteranStatus

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://northwell.edu/fhir/StructureDefinition/Patient",
  "name": "Patient",
  "status": "draft",
  "date": "2023-09-01T11:52:06.8918501+00:00",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension:employeeStatus",
        "path": "Patient.extension",
        "sliceName": "employeeStatus",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://northwell.edu/extensions/StructureDefinition/employee-status"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:veteranStatus",
        "path": "Patient.extension",
        "sliceName": "veteranStatus",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://northwell.edu/extensions/StructureDefinition/veteran-status"
            ]
          }
        ]
      }
    ]
  }
}