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

FHIR IG Statistics: StructureDefinition/MPPatient

Packagecom.medipee.fhir.uroli-export
Resource TypeStructureDefinition
IdMPPatient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=com.medipee.fhir.uroli-export@1.0.0&canonical=https://medipee.com/fhir/uroli-export/StructureDefinition/MPPatient
URLhttps://medipee.com/fhir/uroli-export/StructureDefinition/MPPatient
Version1.0
Statusactive
Date2021-08-05
NameMPPatient
TitlePatienten-Profil der DiGa Medipee Uroli
CopyrightMedipee GmbH
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
MPAppDevice-Resource der DiGa Medipee Uroli
MPIntakeObservationObservation-Profil der DiGa Medipee Uroli zur Repräsentation der oralen Flüssigkeitsaufnahme
MPMicturitionObservationObservation-Profil der DiGa Medipee Uroli zur Repräsentation von Beobachtungen zur Miktion
MPPHMessungObservation-Profil der DiGa Medipee Uroli zur Repräsentation der pH-Wert-Messung im Urin
MPSGMessungObservation-Profil der DiGa Medipee Uroli zur Repräsentation der pH-Wert-Messung im Urin

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "MPPatient",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Base.Individuals"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "https://medipee.com/fhir/uroli-export/StructureDefinition/MPPatient",
  "version": "1.0",
  "name": "MPPatient",
  "title": "Patienten-Profil der DiGa Medipee Uroli",
  "status": "active",
  "experimental": false,
  "date": "2021-08-05",
  "publisher": "Medipee GmbH",
  "copyright": "Medipee GmbH",
  "fhirVersion": "4.0.1",
  "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.name",
        "path": "Patient.name",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}