FHIR IG Statistics: StructureDefinition/nxh-careobservation
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "nxh-careobservation",
"meta": {
"lastUpdated": "2025-06-25T13:55:59.2676406+00:00"
},
"url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhCareObservation",
"name": "NxhCareObservation",
"status": "active",
"date": "2021-10-22T13:18:56.6663544+00:00",
"description": "Nexuzhealth profile for an observation in the care domain.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "sct-concept",
"uri": "http://snomed.info/conceptdomain",
"name": "SNOMED CT Concept Domain Binding"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "sct-attr",
"uri": "http://snomed.org/attributebinding",
"name": "SNOMED CT Attribute Binding"
}
],
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.extension:nxhExtBodySite",
"path": "Observation.extension",
"sliceName": "nxhExtBodySite",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-body-site"
]
}
],
"isModifier": false
},
{
"id": "Observation.identifier",
"path": "Observation.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
}
},
{
"id": "Observation.identifier:zorgNr",
"path": "Observation.identifier",
"sliceName": "zorgNr",
"short": "zorgNr",
"definition": "The zorgNr identifier of the observation.\r\n\r\nZorgNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
"min": 1,
"max": "1"
},
{
"id": "Observation.identifier:zorgNr.system",
"path": "Observation.identifier.system",
"fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/magnum/zorg/zorgNr"
},
{
"id": "Observation.partOf",
"path": "Observation.partOf",
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhCareProcedure"
]
}
]
},
{
"id": "Observation.partOf.identifier",
"path": "Observation.partOf.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
}
},
{
"id": "Observation.code",
"path": "Observation.code",
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-care-observation-code"
}
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"min": 1
},
{
"id": "Observation.performer",
"path": "Observation.performer",
"min": 1
},
{
"id": "Observation.bodySite",
"path": "Observation.bodySite",
"binding": {
"strength": "example",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-snomed"
}
},
{
"id": "Observation.method",
"path": "Observation.method",
"binding": {
"strength": "example",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-snomed"
}
},
{
"id": "Observation.component.code",
"path": "Observation.component.code",
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-care-observation-code"
}
}
]
}
}