Primär- und Sekundärverband

Da Verbände unter das Medizinproduktegesetz fallen, werden sie als Device profiliert. Die Art des Verbands wird dabei in type angegeben. Eine Unterscheidung in Primär- und Sekundärverband ist dabei nicht vorgesehen.

Dressing

identifier0..*Identifier
definition0..1Reference(DeviceDefinition)
statusΣ ?!0..1codeBinding
statusReason0..*CodeableConceptBinding
distinctIdentifier0..1string
manufacturer0..1string
manufactureDate0..1dateTime
expirationDate0..1dateTime
lotNumber0..1string
serialNumber0..1string
modelNumber0..1string
partNumber0..1string
patient0..1Reference(Patient | Patient)
owner0..1Reference(Organization)
contact0..*ContactPoint
location0..1Reference(Location)
url0..1uri
note0..*Annotation
safetyΣ0..*CodeableConcept
parent0..1Reference(Device)

Anmerkungen zu Must-Support-Feldern

Beispiel

{
    "resourceType": "Device",
    "id": "ExampleDressing",
    "meta": {
        "profile":  [
            "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Dressing"
        ]
    },
    "type": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "705688000",
                "display": "Gauze dressing (physical object)"
            }
        ]
    },
    "patient": {
        "reference": "Patient/example"
    }
}