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

FHIR IG Statistics: StructureDefinition/HospitalXPatient

PackageCanonicalVersioningTest-0.01.01
Resource TypeStructureDefinition
IdHospitalXPatient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=CanonicalVersioningTest-0.01.01@0.01.01-alpha&canonical=http://wardweistra.nl/forgeletsbuild/fhir/StructureDefinition/HospitalXPatient
URLhttp://wardweistra.nl/forgeletsbuild/fhir/StructureDefinition/HospitalXPatient
Version0.1
Statusdraft
Date2019-11-18T00:38:49.9908311+00:00
NameHospitalXPatient
DescriptionThe patient definition for Hospital X
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
HospitalXConditionHospitalXCondition
HospitalXPatientNZHospitalXPatientNZ

Resources that this resource uses

StructureDefinition
InclusionStatusInclusionStatus

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "HospitalXPatient",
  "meta": {
    "lastUpdated": "2019-11-18T00:38:50.037+00:00"
  },
  "url": "http://wardweistra.nl/forgeletsbuild/fhir/StructureDefinition/HospitalXPatient",
  "version": "0.1",
  "name": "HospitalXPatient",
  "status": "draft",
  "date": "2019-11-18T00:38:49.9908311+00:00",
  "description": "The patient definition for Hospital X",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:birthPlace",
        "path": "Patient.extension",
        "sliceName": "birthPlace",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:InclusionStatus",
        "path": "Patient.extension",
        "sliceName": "InclusionStatus",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://wardweistra.nl/forgeletsbuild/fhir/StructureDefinition/InclusionStatus"
            ]
          }
        ]
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      }
    ]
  }
}