Skip to content

Instantly share code, notes, and snippets.

@IOPS-DEV
Last active July 30, 2019 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IOPS-DEV/9870eab47c7d9243a377144df806f61e to your computer and use it in GitHub Desktop.
Save IOPS-DEV/9870eab47c7d9243a377144df806f61e to your computer and use it in GitHub Desktop.
{
"resourceType": "DataRequirement",
"id": "DR1",
"type": "QuestionnaireResponse",
"codeFilter": {
"path": "questionnaire.identifier",
"valueCode": "#PRE_STD_AD_DISCLAIMERS"
}
},
{
"resourceType": "DataRequirement",
"id": "DR2",
"type": "Patient",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
]
},
{
"resourceType": "DataRequirement",
"id": "DR3",
"type": "Organization",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
],
"codeFilter": {
"path": "identifier",
"valueSetString": "odsOrganisationCode"
}
},
{
"resourceType": "DataRequirement",
"id": "DR4",
"type": "Age"
},
{
"resourceType": "DataRequirement",
"id": "DR5",
"type": "Observation",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1"
],
"codeFilter": {
"path": "code",
"valueCode": "365873007",
"valueCoding": "http://snomed.info/sct"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment