Mehraufwand
Metadaten
Canonical | Status | Version | Basis |
---|---|---|---|
https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand | draft | 0.1.0 | http://hl7.org/fhir/StructureDefinition/Observation |
Inhalt
Mehraufwand (Observation) | I | Observation | |
id | Σ | 0..1 | string |
meta | Σ | 0..1 | Meta |
implicitRules | Σ ?! | 0..1 | uri |
language | 0..1 | codeBinding | |
text | 0..1 | Narrative | |
contained | 0..* | Resource | |
extension | I | 0..* | Extension |
modifierExtension | ?! I | 0..* | Extension |
identifier | Σ | 0..* | Identifier |
basedOn | Σ | 0..* | Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest) |
partOf | Σ | 0..* | Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy) |
status | S Σ ?! | 1..1 | codeBinding |
category | S | 0..* | CodeableConceptBindingPattern |
code | S Σ | 1..1 | CodeableConceptPattern |
id | 0..1 | string | |
extension | I | 0..* | Extension |
coding | S Σ | 0..* | CodingPattern |
text | Σ | 0..1 | string |
subject | S Σ | 0..1 | Reference(Patient | Group | Device | Location) |
focus | Σ | 0..* | Reference(Resource) |
encounter | Σ | 0..1 | Reference(Encounter) |
effective[x] | S Σ | 0..1 | |
effectiveDateTime | dateTime | ||
effectivePeriod | Period | ||
effectiveTiming | Timing | ||
effectiveInstant | instant | ||
issued | Σ | 0..1 | instant |
performer | Σ | 0..* | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson) |
value[x] | S Σ I | 0..1 | |
valueBoolean | boolean | ||
dataAbsentReason | I | 0..1 | CodeableConceptBinding |
interpretation | 0..* | CodeableConceptBinding | |
note | 0..* | Annotation | |
bodySite | 0..1 | CodeableConcept | |
method | 0..1 | CodeableConcept | |
specimen | 0..1 | Reference(Specimen) | |
device | 0..1 | Reference(Device | DeviceMetric) | |
referenceRange | I | 0..* | BackboneElement |
id | 0..1 | string | |
extension | I | 0..* | Extension |
modifierExtension | Σ ?! I | 0..* | Extension |
low | I | 0..1 | SimpleQuantity |
high | I | 0..1 | SimpleQuantity |
type | 0..1 | CodeableConceptBinding | |
appliesTo | 0..* | CodeableConcept | |
age | 0..1 | Range | |
text | 0..1 | string | |
hasMember | Σ | 0..* | Reference(Observation | QuestionnaireResponse | MolecularSequence) |
derivedFrom | Σ | 0..* | Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence) |
component | Σ | 0..* | BackboneElement |
id | 0..1 | string | |
extension | I | 0..* | Extension |
modifierExtension | Σ ?! I | 0..* | Extension |
code | Σ | 1..1 | CodeableConcept |
value[x] | Σ | 0..1 | |
valueQuantity | Quantity | ||
valueCodeableConcept | CodeableConcept | ||
valueString | string | ||
valueBoolean | boolean | ||
valueInteger | integer | ||
valueRange | Range | ||
valueRatio | Ratio | ||
valueSampledData | SampledData | ||
valueTime | time | ||
valueDateTime | dateTime | ||
valuePeriod | Period | ||
dataAbsentReason | I | 0..1 | CodeableConceptBinding |
interpretation | 0..* | CodeableConceptBinding | |
referenceRange | 0..* | see (referenceRange) |
Feldname |
---|
Observation.status |
Observation.category |
Observation.code |
Observation.code.coding |
Observation.subject |
Observation.effective[x] |
Observation.value[x] |
<StructureDefinition xmlns="http://hl7.org/fhir"> <id value="Mehraufwand" /> <url value="https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand" /> <version value="0.1.0" /> <name value="Mehraufwand" /> <status value="draft" /> <fhirVersion value="4.0.1" /> <kind value="resource" /> <abstract value="false" /> <type value="Observation" /> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Observation" /> <derivation value="constraint" /> <differential> <element id="Observation.status"> <path value="Observation.status" /> <mustSupport value="true" /> </element> <element id="Observation.category"> <path value="Observation.category" /> <patternCodeableConcept> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </patternCodeableConcept> <mustSupport value="true" /> </element> <element id="Observation.code"> <path value="Observation.code" /> <patternCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="416393001" /> <display value="Procedure time out (procedure)" /> </coding> </patternCodeableConcept> <mustSupport value="true" /> </element> <element id="Observation.code.coding"> <path value="Observation.code.coding" /> <mustSupport value="true" /> </element> <element id="Observation.subject"> <path value="Observation.subject" /> <mustSupport value="true" /> </element> <element id="Observation.effective[x]"> <path value="Observation.effective[x]" /> <mustSupport value="true" /> </element> <element id="Observation.value[x]"> <path value="Observation.value[x]" /> <type> <code value="boolean" /> </type> <mustSupport value="true" /> </element> </differential> </StructureDefinition>
{ "resourceType": "StructureDefinition", "id": "Mehraufwand", "url": "https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand", "version": "0.1.0", "name": "Mehraufwand", "status": "draft", "fhirVersion": "4.0.1", "kind": "resource", "abstract": false, "type": "Observation", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation", "derivation": "constraint", "differential": { "element": [ { "id": "Observation.status", "path": "Observation.status", "mustSupport": true }, { "id": "Observation.category", "path": "Observation.category", "patternCodeableConcept": { "coding": [ { "code": "exam", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Exam" } ] }, "mustSupport": true }, { "id": "Observation.code", "path": "Observation.code", "patternCodeableConcept": { "coding": [ { "code": "416393001", "system": "http://snomed.info/sct", "display": "Procedure time out (procedure)" } ] }, "mustSupport": true }, { "id": "Observation.code.coding", "path": "Observation.code.coding", "mustSupport": true }, { "id": "Observation.subject", "path": "Observation.subject", "mustSupport": true }, { "id": "Observation.effective[x]", "path": "Observation.effective[x]", "mustSupport": true }, { "id": "Observation.value[x]", "path": "Observation.value[x]", "type": [ { "code": "boolean" } ], "mustSupport": true } ] } }
Terminology-Bindings
Constraints/Invarianten
RestFul API
Command 'link' could not render: Resource was not found for 'canonical=http://example.org/CapabilityStatement/BeispielCapabilityStatement'
Beispiele
Beispieldatensatz
Observation |
id : MehraufwandBeispiel |
meta |
profile : https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : exam |
display : Exam |
code |
coding |
system : http://snomed.info/sct |
code : 416393001 |
display : Procedure time out (procedure) |
subject |
reference : Patient/PersonBeispiel |
effective : 2023-01-01 |
value : True |
<Observation xmlns="http://hl7.org/fhir"> <id value="MehraufwandBeispiel" /> <meta> <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="416393001" /> <display value="Procedure time out (procedure)" /> </coding> </code> <subject> <reference value="Patient/PersonBeispiel" /> </subject> <effectiveDateTime value="2023-01-01" /> <valueBoolean value="true" /> </Observation>
{ "resourceType": "Observation", "id": "MehraufwandBeispiel", "meta": { "profile": [ "https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand" ] }, "code": { "coding": [ { "code": "416393001", "system": "http://snomed.info/sct", "display": "Procedure time out (procedure)" } ] }, "category": [ { "coding": [ { "code": "exam", "system": "http://terminology.hl7.org/CodeSystem/observation-category", "display": "Exam" } ] } ], "status": "final", "valueBoolean": true, "subject": { "reference": "Patient/PersonBeispiel" }, "effectiveDateTime": "2023-01-01" }